vdolv has asked for the wisdom of the Perl Monks concerning the following question:

There is an error message that i got during installation. I have strawberry perl version 5.10.1 The getpwuid function is unimplemented at C:\strawberry\cpan\build\Net-SSH-Perl-1.34-TzHtJT\blib\lib/Net/SSH/Perl/SSH1.pm line 30.
  • Comment on Cannot install Net::SSH::Perl module on Windows

Replies are listed 'Best First'.
Re: Cannot install Net::SSH::Perl module on Windows
by Anonymous Monk on Sep 13, 2010 at 13:38 UTC
Re: Cannot install Net::SSH::Perl module on Windows
by bart (Canon) on Sep 13, 2010 at 15:36 UTC
    Have you tried installing it with PPM? Apparently, a PPM package is available: Net::SSH::Perl — but I see no reason not to install Net::SSH instead (if it is compatible).

    And yes, Strawberry Perl can install PPM packages, it has its own PPM command line program — not the same as ActiveState's, but it works.

    You may have to add at least one of the repositories where it can be found to its repository list, first.

Re: Cannot install Net::SSH::Perl module on Windows
by salva (Canon) on Sep 14, 2010 at 06:56 UTC