http://www.perlmonks.org?node_id=801154


in reply to Trouble installing libxml2 on Windows...

If you are using ActiveState perl instead, you may want to try a pre compiled PPM instead. First use "perl -v" to find out which version you are running.

For perl 5.8.*:

C:\> ppm ppm> set repository theoryx http://theoryx5.uwinnipeg.ca/ppms/ ppm> install XML-LibXML

For perl 5.10.*:

C:\> ppm ppm> set repository theoryx http://cpan.uwinnipeg.ca/PPMPackages/10xx/ ppm> install XML-LibXML

Replies are listed 'Best First'.
Re^2: Trouble installing libxml2 on Windows...
by biswanath_c (Beadle) on Oct 14, 2009 at 19:35 UTC

    This was very helpful and it worked like a charm!! I have been breaking my head on this since yesterday along with a couple of my friends who could not resolve this too!


    Thank you very much! That was VERY helpful!

Re: Trouble installing libxml2 on Windows...
by Anonymous Monk on Jun 05, 2012 at 20:24 UTC
    Thank you as well! Worked great! :)