On Wed, 01 Feb 2006 17:25:06 -0800
Bennett Haselton <[EMAIL PROTECTED]> wrote:
> Actually I thought that was the very first thing I had done before
> starting to install mod_perl 2.0.2 on this machine. If you don't
> uninstall the older version of mod_perl first, you get a more or less
> clear error message telling you that the problem is that the older
> version is still present, and you need to get rid of it before
> proceeding.
>
> But, just to make sure, I tried doing it again -- ran the command
> find /usr/lib/perl5 -name 'Apache2*' -exec rm -rf {} \;
> to clean out those files, and then did
> perl Makefile.PL MP_APXS=/usr/sbin/apxs
>
> and at the end of all the output I got a bunch of "server dumped
> core" messages at the end. This didn't happen the last time I did
> "perl Makefile.PL MP_APXS=/usr/sbin/apxs". Any idea what happened
> and how to fix it?
I didn't notice this before, but it looks like you're installing
on a RH/Fedora system. Have you removed the mod_perl rpm?
I've never tried building mod_perl 2.0.2 against the installed
httpd RPM, but according to the install docs you need to use this
instead of just MP_APXS=:
% perl Makefile.PL MP_APXS=/path/to/apxs \
MP_APR_CONFIG=/another/path/to/apr-config
With MP_APR_CONFIG pointing to wherever apr-config is located on
your system.
---------------------------------
Frank Wiles <[EMAIL PROTECTED]>
http://www.wiles.org
---------------------------------