uplift has asked for the wisdom of the Perl Monks concerning the following question:
I have tried to use minicpan on a Linux machine with no access to internet. I did this by creating a repository on a windows machine with internet successfully using minicpan -l C:/MINICPAN/ -r http://mirror.optusnet.com.au/CPAN, and then copying C:/MINICPAN/ to the Linux box (/opt/perlLib/MINICPAN/).
The problem is, if I use cpanm --mirror file:///opt/perlLib/MINICPAN Net::SSH::Perl it just hangs.
If I use cpanm --mirror file:///opt/perlLib/MINICPAN -L /usr/lib/perl5/site_perl/5.8.8/ Net::SSH::Perl I get the following but it just hangs after that:
==> Found dependencies: ExtUtils::MakeMaker, ExtUtils::Install
I am using v5.8.8 built for x86_64-linux-thread-multi
Is there an path issue that needs fixing? Is it a version problem (my windows box is using perl 5.18).Any help/advice is appreciated.
Thank you
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Installation of modules from cpan mirror not working
by Anonymous Monk on Mar 07, 2014 at 08:32 UTC | |
by uplift (Initiate) on Mar 11, 2014 at 17:39 UTC |