![]() |
Unable to install one of Perl modules
Hi,
I am unable to install one of perl modules. Please guide me how to install perl modules resolving dependencies. How to verify installed module. I am a newbie, all relevant information will be appreciated. Thank you Quote:
Quote:
|
I have a script on my blog which might help. Have a look.
HTH. -RN. |
This thread is old but the solution is to install the missing perl packages noted from "perl Makefile.pl"
|
(This is for people like me who come seeking help)
Please follow any of the 4 methods according to your convenience >>>> If you have the list of modules with you then, (you have to install cpanm first) - Installing cpanm wget http://search.cpan.org/CPAN/authors/...-1.5017.tar.gz tar zxvf App-cpanminus-1.5017.tar.gz cd App-cpanminus-1.5017 /bin/perl Makefile.PL make ; make install -- Installing the modules later /bin/cpanm --scandeps <space separated moudle list> /bin/cpanm -v --installdeps <space separated moudle list> /bin/cpanm -v <space separated moudle list> >>> If you already have a Bundle file created from machine which has all required modules installed /bin/perl -MCPAN -e 'install Bundle::Snapshot_2011_07_25_00' >>> Modules can be installed from cpan shell as well /bin/perl -MCPAN -e shell > install <module name> >>> Lastly, go for manual installing all dependent modules |
| All times are GMT -5. The time now is 08:03 PM. |