On Thu, 27 Apr 2000, Jean-Sebastien Morisset wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> I first tried to compile mod_perl-1.22 using APXS, but whenever I would
> load the module, the Apache child would die.
>
> Here's the command line I used:
>
> perl Makefile.PL NO_HTTPD=1 EVERYTHING=1
> WITH_APXS=/opt/apache-1.3.12/bin/apxs USE_APXS=1
your perl -V might help spot the problem. as would a stacktrace (see
SUPPORT for hints)
> I then tried to compile mod_perl with Apache (not shared). When I do, the
> make fails. Here's the mod_perl config I used:
try using the steps in INSTALL.simple.mod_ssl instead.