Posted on 2006-11-22 19:14:59-08 by cmv
Net-SSH-Perl (and Net-SSH-W32Perl) on Windows-XP fail with ActivePerl Build 819
Folks- On a new laptop, with XP Pro, I installed activeperl build 819, then installed Net::SSH::Perl, Net::SSH::W32Perl, and associated packages. Trying to run the following will hang. use Net::SSH::W32Perl; my $ssh = Net::SSH::Perl->new($host); $ssh->login($user, $pass); my($stdout, $stderr, $exit) = $ssh->cmd($cmd); Initial debugging indicates the command at the target machine runs fine, but the stdout never comes back, and Net::SSH::Perl loops forever in the client_loop routine. When I replace activeperl build 819 with build 813 everything works fine. any thoughts? Thanks -Craig
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.