in reply to could not find ParserDetails.ini in .......

I remember that I had the same problem on my home machine... I think I fixed it by creating an emtpy ParserDetails.ini file, but I'm not sure... (I'm currently at work...)

If I look on the contents of the ParserDetails.ini (located on my server), then I see this:

[XML::SAX::PurePerl] http://xml.org/sax/features/namespaces = 1

I don't know wheter or not this would be a correct ParserDetails.ini file for you...

Replies are listed 'Best First'.
Re^2: could not find ParserDetails.ini in .......
by dumpster_d (Initiate) on Feb 23, 2005 at 02:39 UTC
    Try doing:

    perl -MCPAN -e 'install XML::SAX::Expat'

    That should place (non-pure-perl) parsers on the system.

    I was having the same problem and this fixed it for me.
      (Yes - still works in 2014)

      I found that this fix worked for some issues while running Nmap::Scanner as well. Posting this here for future searching...

      This worked for me. thanks.