in reply to XML::Simple -> XMLin() requires either XML::SAX or XML::Parser

There is something corrupt or misconfigured on the actual machine, but I thought XML::Parser did not depend on any physical libraries.
While I have no idea if it would cause the problem that you're seeing, note that XML::Parser needs the expat library (which may or may not count as 'physical' :-) ).
  • Comment on Re: XML::Simple -> XMLin() requires either XML::SAX or XML::Parser

Replies are listed 'Best First'.
Re^2: XML::Simple -> XMLin() requires either XML::SAX or XML::Parser
by tptass (Sexton) on Aug 06, 2008 at 21:09 UTC

    I did think of that too, and I tried reinstalling the OS expat libraries. That did not work, so being curious I tried removing the expat libraries but of course apache relays on them to restart it. So that didn't work very well at all.