RE: :Parser Expat cause segfaults

2001-05-03 Thread Oskari 'Okko' Ojala
On Thu, 3 May 2001, Stephen Anderson wrote: Got a problem: About 250 of 1000 requests cause a segfault (11) when using XML::Parser::parse() under mod_perl. There's (apparently) a known symbol conflict between XML::Parser 2.30 and Apache (which I only know because it happened to someone

RE: :Parser Expat cause segfaults

2001-05-03 Thread Oskari 'Okko' Ojala
On Thu, 3 May 2001, Oskari 'Okko' Ojala wrote: I'll let you know if the problem gets solved. Upgrading to Perl 5.6.1 seems to do the job. Thanks to all who helped! Oskari Ojala

XML::Parser Expat cause segfaults

2001-05-02 Thread Oskari 'Okko' Ojala
Got a problem: About 250 of 1000 requests cause a segfault (11) when using XML::Parser::parse() under mod_perl. In FAQs it is stated that this is because of the bundled Expat in Apache. I've tried disabling Apache's Expat with --disable-rule=EXPAT, but it doesn't help. Have you found any

Re: XML::Parser Expat cause segfaults

2001-05-02 Thread Oskari 'Okko' Ojala
On Wed, 2 May 2001, Matt Sergeant wrote: Try changing PREP_HTTPD=1 to APACHE_PREFIX=/usr/local/apache, and add APACI_ARGS='...' where ... are your --enable-module bits. Tried that too, but it doesn't seem to help. Still segfaults. :(