Failed to install perl module Net :: SSH :: Perl on Windows 64 bit
I have installed active perl on windows 2008 server (64 bit). I tried to install Net :: SSH :: Perl using the cpan install Net :: SSH :: Perl command. After asking a few questions, he started the installation, but was unable to say that "getting the test to return bad status will not install effortlessly. So I tried using the command to force install cpanp install Net :: SSH :: Perl. failed. Got error: "Failed to create new distribution object for" Net :: SSH: Perl "- cannot continue"
Can anyone help me install this module? Thank.
source to share
Net :: SSH :: Perl is old unchanged, use Net :: SSH2 instead .
update . The Net :: SSH2 distribution includes a file describing how to install it under Windows ( BUILDING.WIN32 ).
Also, if you are using ActiveState Perl, you can get the pre-compiled packages from here: http://www.sisyphusion.tk/ppm/
source to share