|
I am trying to install Net-SSH-Perl-1.30 on an AIX 5.2 machine. when I run the perl -MCPAN -e 'install Net::SSH::Perl' command I get the following error message (Warning: prerequisite Math::GMP 1.04 not found.). I've downloaded the Math-GMP-1.04 module unpacked it into the /usr/local file system. and compiled the Math-GMP-1.04 module in that directory and still get the (Warning: prerequisite Math::GMP 1.04 not found.) message when I try to install Net-SSH-Perl-1.30. Where is the installation script looking for the Math::GMP-1.04 module.
|