Problema que tengo:
Using perl Syntax Highlighting
use lib('/usr/perl5/5.6.1/lib/Net/SSH');
use Net::SFTP;
use Net::SSH::Perl;
use Net::SFTP;
use Net::SSH::Perl;
Coloreado en 0.002 segundos, usando GeSHi 1.0.8.4
también he probado con
Using perl Syntax Highlighting
use lib('/usr/perl5/5.6.1/lib');
use Net::SFTP;
use Net::SSH::Perl;
use Net::SFTP;
use Net::SSH::Perl;
Coloreado en 0.001 segundos, usando GeSHi 1.0.8.4
Estoy actualizando las versiones Net::SFTP y Net::SSH::Perl, ambas de un tal David Robin.
Cuando ejecuta el script:
- Código: Seleccionar todo
# ./hpov.pl
Can't locate Net/SSH/Perl/Buffer.pm in @INC (@INC contains: /usr/perl5/5.6.1/lib/Net/SSH /usr/perl5/5.6.1/lib/sun4-solaris-64int /usr/perl5/5.6.1/lib /usr/perl5/site_perl/5.6.1/sun4-solaris-64int /usr/perl5/site_perl/5.6.1 /usr/perl5/site_perl /usr/perl5/vendor_perl/5.6.1/sun4-solaris-64int /usr/perl5/vendor_perl/5.6.1 /usr/perl5/vendor_perl .) at /usr/perl5/5.6.1/lib/Net/SFTP/Buffer.pm line 6.
BEGIN failed--compilation aborted at /usr/perl5/5.6.1/lib/Net/SFTP/Buffer.pm line 6.
Compilation failed in require at /usr/perl5/5.6.1/lib/Net/SFTP/Attributes.pm line 7.
BEGIN failed--compilation aborted at /usr/perl5/5.6.1/lib/Net/SFTP/Attributes.pm line 7.
Compilation failed in require at /usr/perl5/5.6.1/lib/Net/SFTP.pm line 8.
BEGIN failed--compilation aborted at /usr/perl5/5.6.1/lib/Net/SFTP.pm line 8.
Compilation failed in require at ./hpov.pl line 18.
BEGIN failed--compilation aborted at ./hpov.pl line 18.
- Código: Seleccionar todo
# ls -l
total 28
-rw-r--r-- 1 root other 4358 Jul 7 01:46 Attributes.pm
-rw-r--r-- 1 root other 2514 Jul 7 01:46 Buffer.pm
-rw-r--r-- 1 root other 4072 Jul 7 01:46 Constants.pm
-rw-r--r-- 1 root other 1439 Jul 7 01:46 Util.pm
# pwd
/usr/lib/Net-SFTP-0.10/lib/Net/SFT
- Código: Seleccionar todo
-rw-r--r-- 1 root other 9724 Jul 10 05:24 Buffer.pm
# pwd
/usr/lib/Net-SFTP-0.10/lib/Net/SSH/Perl
Los datos que me dicen que faltan aparecen, como veis escrito
¿¿ qué puede ser ??