in reply to Re: Using NET::SSH::PERL under Windows (with ActivePerl)
in thread Using NET::SSH::PERL under Windows (with ActivePerl)

Thanks for your answer, I tried the Net::SSH::W32Perl, but I get the following message:

Checking if your kit is complete...

Looks good

Warning: prerequisite Convert::ASCII::Armour 1.4 not found.

Warning: prerequisite Data::Buffer 0.04 not found.

Warning: prerequisite Digest::BubbleBabble 0.01 not found.

Warning: prerequisite IO::Select::Trap 0.02 not found.

Warning: prerequisite Net::SSH::Perl 1.23 not found.

It appears that I still have to install Net::SSH::Perl on windows...(is that right?)

  • Comment on Re^2: Using NET::SSH::PERL under Windows (with ActivePerl)

Replies are listed 'Best First'.
Re^3: Using NET::SSH::PERL under Windows (with ActivePerl)
by Khen1950fx (Canon) on Jul 14, 2010 at 08:14 UTC
    You'll need to install the prerequisites, and, yes, you'll need to install Net::SSH::Perl on Windows. Try it with cpan first. If that doesn't work, then manually install it using
    perl Makefile.PL Configure machine=none make install
    Just a reminder: SSH2 is default on Windows. Net::SSH::W32Perl only supports SSH2 because of Math::GMP.