| Store | Cart
Lists » pdk

could not find ParserDetails.ini in /PerlApp/XML/SAX

From: Jim Lancaster <jlan...@mbdns.com>
Thu, 26 Feb 2004 14:31:08 -0600
I'm running perl v5.8.2 build 808 on WinXP Pro, and I'm trying to
compile a script using PerlApp 5.3.0 build 530.

I receive a few warnings during the build, but otherwise the script
compiles and runs fine with one exception: I receive the warning message
"could not find ParserDetails.ini in /PerlApp/XML/SAX" everytime I run
the executable.  (I get no warning message when I run the script.)

I'm using the following modules:
use Getopt::Long;
use IO::File;
use IO::Dir;
use Win32::OLE qw(in with);
use XML::Simple;

Based on what I saw in another thread, I downloaded and installed
"XML::LibXML" and added the following lines to my script:

$XML::SAX::ParserPackage = "XML::LibXML::SAX";
use XML::LibXML::SAX;

However, I'm still getting the warning messaage.  If I create a
/PerlApp/XML/SAX directory off the root of the drive and put
"ParserDetails.ini" in it, the warning goes away but obviously, this is
an ugly solution.

Is there something I can do to make the warning message go away?

Jim Lancaster
MBD Network Services, LLC

Recent Messages in this Thread
Jim Lancaster Feb 26, 2004 08:31 pm
Jan Dubois Mar 04, 2004 09:48 pm
Messages in this thread