slugger415 has asked for the wisdom of the Perl Monks concerning the following question:
I need to install a Perl module on my web host's server. I don't have admin permissions so I want to install it in my local directory. I chose "local::lib" when setting up cpan. But when I try and install any module I get an error during the "manify" process.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +!! ERROR: Can't create '/usr/local/man/man3' mkdir /usr/local/man/man3: Permission denied at /home/slugger415/.cpan +/build/ExtUtils-MakeMaker-7.30-3oX26_/blib/lib/ExtUtils/Install.pm li +ne 477. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +!! at -e line 1. make: *** [pure_site_install] Error 13 HAARG/local-lib-2.000024.tar.gz /usr/bin/make install -- NOT OK
Is there a param I need to specify to make it install in my home directory? It doesn't even let me install local::lib. I looked at http://www.cpan.org/modules/INSTALL.html but didn't see anything about it.
Thank you.
|
|---|