Problem installing Net::SSH::Perl and Math::GMP packages.
Hello, I am having problems installing Net::SSH::Perl and Math::GMP modules for my ssh script. I have downloaded the packages "Math-GMP-2.05.tar.tar and Net-SSH-Perl-1.34.tar.tar" from CPAN site. But I am getting error while running the script probably the problem happening for me is in installing the above packages. Also please let me know if something more need to be installed.
Also Note I have to install this as Normal user as I do not have root user permission. The commands I used to install is listed below.
tar -zxvf Net-SSH-Perl-1.34.tar.tar
perl Makefile.PL PREFIX=/home/vijay/PerlModules/Net-SSH-Perl-1.34/lib
make
make test
make install
tar -zxvf Math-GMP-2.05.tar.tar
perl Makefile.PL PREFIX=/home/vijay/PerlModules/Math-GMP-2.05/lib
make
make test
make install
Could somebody please help me on this.