tptass has asked for the wisdom of the Perl Monks concerning the following question:
Something really weird is going on...I have created a Perl CGI site and it has been up and running on multiple linux machines for a long time. But all of a sudden I have started receiving the following error in my a few of my apache error logs:
The CGI files are all compiled using perlapp, and the following module versions for XML use:
I have completely removed all existence of my site and apache, and reinstalled everything but I still am receiving the same error. I can install onto another machine with the same installation script and everything works fine. There is something corrupt or misconfigured on the actual machine, but I thought XML::Parser did not depend on any physical libraries.
The only thing that I have found that works is a complete reinstall of the OS on the broken machine, but I really need to find out what is causing this issue to fix the other few machines without a complete OS install.
Does anyone have any ideas on what is causing this, or how I could get a working machine into this state?
Thanks in advance Monks!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: XML::Simple -> XMLin() requires either XML::SAX or XML::Parser
by grantm (Parson) on Aug 07, 2008 at 01:29 UTC | |
by Anonymous Monk on Aug 07, 2008 at 04:35 UTC | |
by grantm (Parson) on Aug 07, 2008 at 08:23 UTC | |
|
Re: XML::Simple -> XMLin() requires either XML::SAX or XML::Parser
by JadeNB (Chaplain) on Aug 06, 2008 at 19:36 UTC | |
by tptass (Sexton) on Aug 06, 2008 at 21:09 UTC | |
|
Re: XML::Simple -> XMLin() requires either XML::SAX or XML::Parser
by tptass (Sexton) on Aug 07, 2008 at 23:11 UTC | |
by Anonymous Monk on Mar 25, 2011 at 18:51 UTC |