I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2009-05-27 07:05:09-07 by viju
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.
Direct Responses: 12147 | Write a response