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

just set LD_LIBRARY_PATH env variable to the path where libexpat is installed (/usr/local/lib) in your profile or bashrc, so that perl can find the library when needed.
  • Comment on Re^2: XML::Simple -> XMLin() requires either XML::SAX or XML::Parser