Hi there.
I'm trying to install this Net-SSH-Perl-1.29. However, I need a lot of other modules as well, in order to install this one.
Warning: prerequisite Convert::PEM 0.05 not found.
Warning: prerequisite Crypt::DH 0.01 not found.
Warning: prerequisite Crypt::DSA 0.11 not found.
Warning: prerequisite Crypt::IDEA 0 not found.
Warning: prerequisite Digest::HMAC_MD5 0 not found.
Warning: prerequisite Digest::HMAC_SHA1 0 not found.
Warning: prerequisite Digest::SHA1 2.10 not found.
Warning: prerequisite Math::GMP 1.04 not found.
Warning: prerequisite Math::Pari 2.001804 not found.
Warning: prerequisite String::CRC32 1.2 not found.
Writing Makefile for Net::SSH::Perl
I can't use the following command because where I work there isn't a ftp proxy
perl -MCPAN -e 'install Net::SSH::Perl'
If there was a HTTP Mirror I think I could do this way.
Do I really have do download AND INSTALL the ".tar.gz" modules 1 by 1 (and also every dependency)?
Isn't there a better way to do this, such as downloading every module needed and installing all at the same time? How can I do this? And how do I know all the modules I need?
Thanks!