Re: Trouble with DSO/APXS.

2000-04-21 Thread Robert B. Easter
On Thu, 20 Apr 2000, Doug MacEachern wrote: On Thu, 20 Apr 2000, Robert B. Easter wrote: Will mod_perl work as a DSO using USE_APXS=1? with 1.22 it should work fine. child pid x exit signal Segmentation fault (11) any chance you're using XML::Parser? if so, configure

Trouble with DSO/APXS.

2000-04-20 Thread Robert B. Easter
Will mod_perl work as a DSO using USE_APXS=1? I've tried it very simply as: perl Makefile.PL USE_APXS=1 make make install It compiles ok and Apache 1.3.12 will startup identifying itself as mod_perl/1.22_01-dev mod_ssl 2.6.2 openSSL 0.9.5a (sometimes I Load php4 too but

Re: Trouble with DSO/APXS.

2000-04-20 Thread Daniel Jacobowitz
On Thu, Apr 20, 2000 at 11:56:00AM -0400, Robert B. Easter wrote: Will mod_perl work as a DSO using USE_APXS=1? I've tried it very simply as: perl Makefile.PL USE_APXS=1 make make install It compiles ok and Apache 1.3.12 will startup identifying itself as

Re: Trouble with DSO/APXS.

2000-04-20 Thread Doug MacEachern
On Thu, 20 Apr 2000, Robert B. Easter wrote: Will mod_perl work as a DSO using USE_APXS=1? with 1.22 it should work fine. child pid x exit signal Segmentation fault (11) any chance you're using XML::Parser? if so, configure apache with --disable-rule=EXPAT otherwise, we'll