Skip Menu |

This queue is for tickets about the Net-SSH-Perl CPAN distribution.

Report information
The Basics
Id: 548
Status: resolved
Priority: 0/
Queue: Net-SSH-Perl

People
Owner: Nobody in particular
Requestors: sirishareddya [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: cmd not working..
hi !! i am getting problem while using Net::SSH::Perl->cmd("sirisha"); i am using Net-SSH-0.05.tar.gz,perl v5.6.0,Red Hat Linux 7.0,apache. the problem is undefinied subroutine &Net::SSH::Perl::Util::SSH1Misc::_crc32 called at /usr/lib/perl5/site_perl/5.6.0/Net/SSH/Perl/Packet.pm line 127 <GENO> line1.
#!/usr/lib/perl use Net::SSH::Perl; use Net::SSH::Perl::Packet; use Net::SSH::Perl::Buffer; $ssh=Net::SSH::Perl->new("Id address"); $ssh->login("user","password"); $ssh->cmd("/var/www/html");
Subject: cmd not working..
hi !! i am getting problem while using Net::SSH::Perl->cmd("sirisha"); i am using Net-SSH-0.05.tar.gz,perl v5.6.0,Red Hat Linux 7.0,apache. the problem is undefinied subroutine &Net::SSH::Perl::Util::SSH1Misc::_crc32 called at /usr/lib/perl5/site_perl/5.6.0/Net/SSH/Perl/Packet.pm line 127 <GENO> line1. thanks in adv sirisha
#!/usr/lib/perl use Net::SSH::Perl; use Net::SSH::Perl::Packet; use Net::SSH::Perl::Buffer; $ssh=Net::SSH::Perl->new("Id address"); $ssh->login("user","password"); $ssh->cmd("/var/www/html");