in reply to installing CPAN modules locally with a local perl installation
Are you sure the perl interpreter in question is actually your local perl or is it the system perl? (I assume there is a system perl, since you're on solaris) Makefile.PL attempts to install using the settings from the perl interpreter used to run it.perl Makefile.PL PREFIX=/home/me/build/[ ... ]
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: installing CPAN modules locally with a local perl installation
by Anonymous Monk on Jan 29, 2007 at 17:05 UTC |