Ich brauche auf meinem Lenny Net::SFTP modul und habe libnet-sftp-foreign-perl installiert.
wenn ich jetzt ein perl script, der Net::SFTP braucht ausführen will, bekomme diese Fehlermeldung:
Code: Alles auswählen
# perl sftp.cgi
Can't locate Net/SFTP.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5rl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site
BEGIN failed--compilation aborted at sftp.cgi line 18.
Code: Alles auswählen
use Net::SFTP;
vielleicht ein BUG?