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"

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.
BEGIN failed--compilation aborted at c:/Perl/site/lib/XML/LibXML.pm line 11.
Compilation failed in require at parse_number.pl line 1.
BEGIN failed--compilation aborted at parse_number.pl line 1.

Since I am new to this area, and running the simple XML parse program. Don't know what's going by troubleshooting this issue and install different package for almost two days.  I really appreciate for any help or thought.

Thanks,
Ken





On 10/17/05, Randy Kobes <[EMAIL PROTECTED]> wrote:
On Mon, 17 Oct 2005, Kenneth Chan wrote:

> Thanks for your instruction. How to install LibXML from ppm package?

The short answer is, from a command prompt,
   C:\> ppm install http://theoryx5.uwinnipeg.ca/ppms/XML-LibXML-Common.ppd
   C:\> ppm install http://theoryx5.uwinnipeg.ca/ppms/XML-LibXML.ppd
If you're not familiar with the ppm utility,
  http://aspn.activestate.com/ASPN/docs/ActivePerl/5.8/faq/ActivePerl-faq2.html
should get you started.

--
best regards,
randy kobes

_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to