Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [Jagerman] segfaults and bus errors

Quote Reply
Re: [Jagerman] segfaults and bus errors In reply to
OK - figured it out. Seems that SOAP::Lite has problems running under mod_perl when apache's got expat compiled in.

Adding this to my module that uses SOAP::Lite fixed things:

$SOAP::Constants::DO_NOT_USE_XML_PARSER = 1;
Subject Author Views Date
Thread segfaults and bus errors cmurtaugh 3405 Oct 8, 2003, 12:26 PM
Thread Re: [cmurtaugh] segfaults and bus errors
Jagerman 3327 Oct 10, 2003, 1:18 PM
Post Re: [Jagerman] segfaults and bus errors
cmurtaugh 3300 Oct 17, 2003, 7:26 AM
Post Re: [Jagerman] segfaults and bus errors
cmurtaugh 3308 Oct 17, 2003, 8:10 AM
Post Re: [Jagerman] segfaults and bus errors
cmurtaugh 3288 Oct 17, 2003, 8:33 AM