Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: LibXML failing under mod_perl (missing initialization code in .xs) https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=228470 ------- Additional Comments From misch@xxxxxxxxxx 2007-02-13 04:44 EST ------- I forgot EXACT steps to repdocute this bug: $ cat - >a.pl use XML::Simple; XMLin('file.xml') && print "OK"; ^D $ cat - >file.xml <?xml version="1.0" encoding="UTF-8"?> <test></test> ^D $ perl a.pl OK $ perl a.pl OK $ /usr/bin/speedy a.pl OK $ /usr/bin/speedy a.pl Couldn't create file parser context for file "file.xml": No such file or directory at /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread- multi/XML/LibXML.pm line 427. at /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/XML/LibXML/SAX.pm line 63 -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.