Thread

Posted on Wed Nov 22 21:14:59 2006 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
Write a response