Hi there, On Wed, 24 Sep 2003, Peter Bengtson wrote:
> I've recently upgraded the pre-installed Perl 5.6 on a server running > Mac OS 10.2 to Perl 5.8.0, and as part of the upgrade I need to > recompile mod_perl (mod_perl-1.28). > [snip] > However, the resulting module crashes Apache during startup > [snip] > The arguments given to Makefile.PL are > > perl Makefile.PL APACHE_SRC=../apache_1.3.27/src DO_HTTPD=1 USE_DSO=1 \ > USE_APSX=1 WITH_APXS=/usr/sbin/apxs EVERYTHING=1 For anything involving a crash I'd try without USE_DSO to start with, and also make sure that your mod_perl and Perl have been built with the same compiler. > I have found a couple of articles on the install process, but they are > very old and seem to be out of date. Have you looked at the mod-perl Guide on http://perl.apache.org? 73, Ged.