I found your node when researching Net::SFTP. I hope this post may help other people in the future if they do the same.

I just installed Net::SFTP on a "This is perl, v5.6.1 built for i686-linux-thread-multi" machine, and I wrote down the order in which the modules were reported missing by CPANPLUS.

It was surprisingly straight-forward considering the mess it was to get it running on Windows (a PPM with Net::SSH::w32Perl saved the day IIRC).

Test::More Math::GMP String::CRC32 Net::SSH::Perl Class::Loader Convert::ASCII::Armour Crypt::CBC Crypt::Primes Crypt::Blowfish Tie::EncryptedHash Sort::Versions Data::Buffer Digest::BubbleBabble Crypt::RSA Crypt::DES Crypt::DSA Math::Pari (y get GP/Pari ftp://megrez.math.u-bordeaux.fr/pub/pari/ +unix/) Crypt::Random Crypt::DH Crypt::DES_EDE3 Convert::ASN1 Convert::PEM Net::SSH::Perl (both SSH2 and SSH1, 3DES) (Only SSH will fail a test. I wrote a note about this on the bug +tracking site) Net::SFTP
I'll install this on another Linux machine, and also a Solaris machine, and try to refine the list if I encounter any other problems.

/J


In reply to Re: Help with Net::SFTP dependencies by jplindstrom
in thread Help with Net::SFTP dependencies by eLore

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.