Linux : perl error and Quick fix

I was running some perl related thing s on my server .

i got an error

could not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.8.8/XML/SAX

After searching   i found this will fix the issue very quick .

Just run this command with root privillage and the nyou can continue your perl related stuff .

perl -MXML::SAX -e “XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()”

Tested and worknig 100 % on my Box

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.