in reply to Re: Install CPAN module without root perminssions
in thread Install CPAN module without root perminssions
use lib '/home/guest';
FYI, that never worked for me. When using PREFIX=/home/guest, I have to mention the explicit module base path (not the prefix used) in PERL5LIB or use lib qw(...). E.g.
use lib '/home/guest/lib/site_perl/5.6.1';
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Install CPAN module without root perminssions
by Feral_Shade (Novice) on Apr 15, 2003 at 15:13 UTC | |
|
Re: Re: Install CPAN module without root perminssions
by thejoker101 (Initiate) on Apr 14, 2003 at 21:27 UTC | |
by LameNerd (Hermit) on Apr 14, 2003 at 21:39 UTC | |
by crenz (Priest) on Apr 15, 2003 at 10:33 UTC |