in reply to Re^2: Configuring Perl
in thread Configuring Perl
Ah. If you are not (re)configuring and reinstalling Perl but only Perl modules, then it's just:
perl Makefile.PL PREFIX=/Data/Perl make make test make install # as yourself, not as root, as long as you have write per +missions to /Data/Perl
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Configuring Perl
by klee12 (Initiate) on Sep 12, 2007 at 20:03 UTC | |
|
Re^4: Configuring Perl
by throop (Chaplain) on Sep 13, 2007 at 03:05 UTC |