|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
Re: Installing modules in personal lib directoryby chas (Priest) |
| on Aug 29, 2005 at 21:38 UTC ( [id://487623]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
If the module doesn't have other dependencies, I have usually
just downloaded it and then used perl Makefile.PL LIB=/home/myusername/somedirectory PREFIX=/home/myusername/somedirectory and that has always worked well. Things seemed to work better when I set both PREFIX and LIB. (I spent some time trying to figure out if both were really necessary and what the difference is; I think I was never absolutely certain...even though I did read the docs.) Using the CPAN module seems to be a recommended way, but I often had a lot of trouble with that. chas
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||