Ged Haywood wrote: > [EMAIL PROTECTED]:~/src/mod_perl-1.29$ cat makepl_args.mod_perl > EVERYTHING=1 > DO_HTTPD=1 > USE_APACI=1 > [EMAIL PROTECTED]:~/src/mod_perl-1.29$ > ============================================================================= > > I'd be happy to give it a spin with different configurations if you like.
I was trying your configuration, and then tried several permutations, and found the problem: whenever USE_APACI is missing or USE_APACI=0, the resulting httpd segfaults. For example, with perl Makefile.PL DYNAMIC=1 EVERYTHING=1 or perl Makefile.PL DYNAMIC=1 EVERYTHING=1 USE_APACI=0, httpd segfaults. perl Makefile.PL DYNAMIC=1 EVERYTHING=1 USE_APACI=1 gives me a working httpd. Thanks for your help. -Joe