in reply to OT: mod_perl freebsd port
Looking at the Makefile, it looks like you need to override the defaults of PERL5, PERL_VER and PERL_VERSION. A command line like
make PERL5=/usr/local/bin/perl PERL_VER=5.8.0 PERL_VERSION=5.8.0
should do the trick (but no promises ;). Be sure to use the same arguments for make install. If all else fails, build it by hand.HTH...
Update: s/PERL/PERL5/ in command line
Update 2: Note that there should not be a -D, ie: not '-DPERL5=...' but 'PERL5=...'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: OT: mod_perl freebsd port
by naChoZ (Curate) on Jul 23, 2003 at 19:29 UTC |