[Ssh-sftp-perl-users] Script fails to run
Brought to you by:
dbrobins
From: Nguyen, D. M <dav...@xo...> - 2004-06-08 15:41:51
|
=20 =20 I have a short script using Net::SSH::Perl module. I receive following errors when running the script. I complains about Math::GMP module not found. Where can I find that module to download/install? =20 =20 $ SSH.pl =20 Can't locate loadable object for module Math::GMP in @INC (@INC contains: /usr/l ocal/lib/perl5/5.6.0/sun4-solaris /usr/local/lib/perl5/5.6.0 /usr/local/lib/perl 5/site_perl/5.6.0/sun4-solaris /usr/local/lib/perl5/site_perl/5.6.0 /usr/local/l ib/perl5/site_perl .) at /usr/local/lib/perl5/site_perl/5.6.0/Net/SSH/Perl/Util/ SSH1MP.pm line 7 Compilation failed in require at /usr/local/lib/perl5/site_perl/5.6.0/Net/SSH/Pe rl/Util/SSH1MP.pm line 7, <GEN0> line 1. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.6.0/Net/SS H/Perl/Util/SSH1MP.pm line 7, <GEN0> line 1. Compilation failed in require at /usr/local/lib/perl5/site_perl/5.6.0/Net/SSH/Pe rl/Util.pm line 56, <GEN0> line 1. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.6.0/Net/SS H/Perl/Key/RSA1.pm line 6, <GEN0> line 1. Compilation failed in require at /usr/local/lib/perl5/site_perl/5.6.0/Net/SSH/Pe rl/SSH1.pm line 13, <GEN0> line 1. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.6.0/Net/SS H/Perl/SSH1.pm line 13, <GEN0> line 1. Compilation failed in require at /usr/local/lib/perl5/site_perl/5.6.0/Net/SSH/Pe rl.pm line 51, <GEN0> line 1. =20 Thanks, David |