in reply to Re: Net-SSH2 on Windows with Perl 5.14
in thread Net-SSH2 on Windows with Perl 5.14

I used the same command but got an error that there is no package for Net::SSH2 on windows. I'm using activeperl as well
  • Comment on Re^2: Net-SSH2 on Windows with Perl 5.14

Replies are listed 'Best First'.
Re^3: Net-SSH2 on Windows with Perl 5.14
by syphilis (Archbishop) on Feb 21, 2017 at 13:13 UTC
    I used the same command but got an error that there is no package for Net::SSH2 on windows

    I've been a bit slack about keeping my Net::SSH2 ppm packages up to date, but you can now install Net-SSH2-0.63 with:
    ppm install http://www.sisyphusion.tk/ppm/Net-SSH2.ppd --force
    (Please let me know if there's an issue with that.)

    These packages are built against libssh2-1.7.0 and openssl-1.0.1i (I think).
    Neither of those libraries are at the latest version, so I'm still being a bit slack.

    All tests passed.

    Cheers,
    Rob
Re^3: Net-SSH2 on Windows with Perl 5.14
by marto (Cardinal) on Feb 21, 2017 at 09:29 UTC

    You should probably read the other responses in this thread.