in reply to Perl module installation as NON-ROOT
Assuming you have lib and lib/perl5 in your home directory, have you tried the full path rather than using '~'?
perl Makefile.PL PREFIX=/home/XXX/lib/perl5
At times, I've run into problems using '~' to specify a home directory.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl module installation as NON-ROOT
by kprasanna_79 (Hermit) on Apr 24, 2007 at 02:46 UTC |