naChoZ has asked for the wisdom of the Perl Monks concerning the following question:
I'd like to install mod_perl from ports on freebsd, but even if I do something as simple as 'make extract' it complains:
Error: you don't have the right version of perl in /usr/bin.
This is correct, I want to install it against the version of perl in /usr/local/bin not against the version in /usr/bin.
Any advice?
I cannot use the 'use.perl' script because that takes over the /usr/bin/perl binary which I must leave untouched. (see CLM)
~~
naChoZ
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: OT: mod_perl freebsd port
by dga (Hermit) on Jul 23, 2003 at 15:26 UTC | |
by naChoZ (Curate) on Jul 23, 2003 at 16:02 UTC | |
|
Re: OT: mod_perl freebsd port
by jsprat (Curate) on Jul 23, 2003 at 17:27 UTC | |
by naChoZ (Curate) on Jul 23, 2003 at 19:29 UTC |