in reply to Installing a Second perl
What is the output from /lab/bin/perl -V ?
When building your custom perl, you should have used something like:
./Configure -Dprefix=/labThis would configure everything to be stored under the /lab directory, including the man directory.
Note: The CPAN install problem seems to be that it is trying to write to the '/usr/local/man/man3' directory, which is the big question here! It shouldn't be!
And this must be build your own perl month — I have started building my own perl binaries as well for production, development and testing.
Updated: thanks rowdog for catching the -d
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Installing a Second perl
by syphilis (Archbishop) on Feb 20, 2010 at 23:58 UTC | |
by redgreen (Priest) on Feb 21, 2010 at 00:19 UTC | |
by syphilis (Archbishop) on Feb 21, 2010 at 01:47 UTC | |
|
Re^2: Installing a Second perl
by rowdog (Curate) on Feb 21, 2010 at 08:02 UTC |