At 07:19 PM 2/1/2006 -0600, Frank Wiles wrote:
On Wed, 01 Feb 2006 17:08:13 -0800
Bennett Haselton <[EMAIL PROTECTED]> wrote:
> Now I'm trying to install mod_perl 2.0.2 on a different machine
> running Apache/2.0.49. When I run "make test", this is the chart of
> errors that I get at the end:
> *** Packages of interest status:
>
> Apache2 : -
> Apache2::Request : -
> CGI : 3.01
> ExtUtils::MakeMaker: 6.17
> LWP : 5.79
> mod_perl : 1.9912
> mod_perl2 : -
It looks like you haven't removed an old mod_perl 1.99 installation
on this system. You'll need to do that before trying to install
2.0.2. You can find the instructions here:
http://perl.apache.org/docs/2.0/rename.html#Effects
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?
*******
[warning] mod_perl dso library will be built as mod_perl.so
[warning] You'll need to add the following to httpd.conf:
[warning]
[warning] LoadModule perl_module modules/mod_perl.so
[warning]
[warning] depending on your build, mod_perl might not live in
[warning] the modules/ directory.
[warning] Check the results of
[warning]
[warning] $ /usr/sbin/apxs -q LIBEXECDIR
[warning]
[warning] and adjust the LoadModule directive accordingly.
[ error] oh darn, server dumped core
[ error] for stacktrace, run: gdb /usr/sbin/httpd -core
/tmp/modperl2test/mod_perl-2.0.2/t/core.24650
[ error] oh crap, server dumped core again
[ error] for stacktrace, run: gdb /usr/sbin/httpd -core
/tmp/modperl2test/mod_perl-2.0.2/t/core.16231
[ error] oh darn, server dumped core again
[ error] for stacktrace, run: gdb /usr/sbin/httpd -core
/tmp/modperl2test/mod_perl-2.0.2/t/core.25303
[ error] oh rats, server dumped core again
[ error] for stacktrace, run: gdb /usr/sbin/httpd -core
/tmp/modperl2test/mod_perl-2.0.2/t/core.22978
[ error] oh shucks, server dumped core again
[ error] for stacktrace, run: gdb /usr/sbin/httpd -core
/tmp/modperl2test/mod_perl-2.0.2/t/core.15800
[ error] oh rats, server dumped core again
[ error] for stacktrace, run: gdb /usr/sbin/httpd -core
/tmp/modperl2test/mod_perl-2.0.2/t/core.15604
[ error] oh dangnabit, server dumped core again
[ error] for stacktrace, run: gdb /usr/sbin/httpd -core
/tmp/modperl2test/mod_perl-2.0.2/t/core.18701
[ error] oh jeez, server dumped core again
[ error] for stacktrace, run: gdb /usr/sbin/httpd -core
/tmp/modperl2test/mod_perl-2.0.2/t/core.23653
[ error] oh golly, server dumped core again
[ error] for stacktrace, run: gdb /usr/sbin/httpd -core
/tmp/modperl2test/mod_perl-2.0.2/t/core.23666
[ error] oh dangnabit, server dumped core again
[ error] for stacktrace, run: gdb /usr/sbin/httpd -core
/tmp/modperl2test/mod_perl-2.0.2/t/core.23652
[ error] oh gosh, server dumped core again
[ error] for stacktrace, run: gdb /usr/sbin/httpd -core
/tmp/modperl2test/mod_perl-2.0.2/t/core.18813
[ error] oh gosh, server dumped core again
[ error] for stacktrace, run: gdb /usr/sbin/httpd -core
/tmp/modperl2test/mod_perl-2.0.2/t/core.24877