Re: [mp1] segfault with Perl 5.8.1 and mod_perl 1.29 SOLVED

2003-10-14 Thread Joachim Feise
Ged Haywood wrote: > > I think the docs could do with a patch... (hint:). While it is of course trivial to patch the docs, I think that's the wrong approach. What's the point of an option that has to have a specific value? If the USE_APACI=1 option is required, it no longer is an option and shoul

Re: [mp1] segfault with Perl 5.8.1 and mod_perl 1.29 SOLVED

2003-10-14 Thread Ged Haywood
Hi Joachim, On Tue, 14 Oct 2003, Joachim Feise wrote: > 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 >

Re: [mp1] segfault with Perl 5.8.1 and mod_perl 1.29 SOLVED

2003-10-14 Thread Joachim Feise
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 differen