On Tue, Aug 5, 2008 at 2:19 AM, Car54 <[EMAIL PROTECTED]> wrote:
> After upgrading to Perl 5.8.8 from 5.8.0 the following happens...

Any time you change to a different perl, you must recompile mod_perl.

> 2) When trying to install mod_perl it can't find "apache src directory" and
> neither can I.)

Download it from apache.org and install your new apache server along
with mod_perl.

> 3) Searching for mod_perl.pm I find it here, and I update the $PERL5LIB env
> variable with this...
> export PERL5LIB=/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi

Don't do that.  You no longer have a valid mod_perl after changing to
a new perl.  You have to recompile it.  Then modules that depend on
mod_perl will stop complaining.

- Perrin

Reply via email to