NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Yer a mean one, mister grinch... (Score:1)
...or tell SOAP::Lite not use XML::Parser (Score:1)
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.
--simonflk