Using Apache::SOAP

rob_au on 2004-03-10T00:15:21

Note to self - Always, always, always compile apache with --disable-rule=expat if you want to use Apache::SOAP without segmentation faults.


Yer a mean one, mister grinch...

ybiC on 2004-03-10T01:58:04

'Ave ye nay pity mon?   Segfaults are people too!

...or tell SOAP::Lite not use XML::Parser

simonflk on 2004-03-10T14:51:07

You can also set $SOAP::Lite::DO_NOT_USE_XML_PARSER to a true value. SOAP::Lite will then use XML::Parser::Lite. Recompiling apache is a better option if you're able to do that.

I had this problem running SOAP::Lite under Apache::Registry.