Maxim has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks,
I have try may times to install the module XML-LibXML-1.58 from CPAN with activestate. But I failed. I don't if there is a way to install. I have look in activestate web site they don't have that version.
Update: I got this strange message

What I should do?? Even I read the readme file it doesn't help me. I am under windows with the latest activestate (ActivePerl-5.8.4.810)
Thanks in davance for your suggestion.
Maxim
  • Comment on How do I install the module XML-LibXML-1.58?

Replies are listed 'Best First'.
Re: How do I install the module XML-LibXML-1.58?
by tachyon (Chancellor) on Oct 06, 2004 at 03:15 UTC
Re: How do I install the module XML-LibXML-1.58?
by graff (Chancellor) on Oct 06, 2004 at 05:57 UTC
    Have you done a google search for "expat", downloaded that package, and installed it on your machine? It is not a CPAN package, but XML modules from CPAN depend on having it installed in order for the module tests to work (and maybe for the compilation stage to succeed as well, since expat provides a C subroutine library).