On Mon, 17 Oct 2005, Kenneth Chan wrote:

Thanks Randy,

I can successfully installed those modules by using ppm utility from my PC.
However I got different error messages and still stuck on the packaging
stuff.

Window platform Command line:
C:\Perl> perl parse_validation.pl memo.xml

It popup box and said that "This application has failed to start because
zlib1.dll was no found. Re-installing the application may fix this problem"
After clicked to "OK"

I'm not sure what would be causing this - what modules is
the parse_validation.pl script using? And where did you
get these modules?

C:\Perl\perlscript>perl parse_number.pl customers.xml
Can't load 'c:/Perl/site/lib/auto/XML/LibXML/Common/Common.dll' for module
XML::
LibXML::Common: load_file:The specified module could not be found at
c:/Perl/lib
/DynaLoader.pm line 230.
at c:/Perl/site/lib/XML/LibXML.pm line 11
Compilation failed in require at c:/Perl/site/lib/XML/LibXML.pm line 11.

When you installed XML::LibXML::Common, a post-install script should have been run, asking you if you want to
fetch and install a library called libxml2.dll. Did you
do that? If so, what directory did you install it in?
This directory has to be somewhere in your PATH environment
variable - one easy was to ensure this is, assuming
Perl is in your PATH, moving libxml2.dll to the location
of the Perl bin directory (eg, C:\Perl\bin).

--
best regards,
randy
_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to