0

How do I install perl module XML::LibXML on windows?

thanks

2
  • What Perl build and version?
    – user1919238
    Jan 28, 2013 at 15:02
  • I am pretty sure that Strawberry Perl comes with XML::LibXML
    – runrig
    Jan 28, 2013 at 17:16

2 Answers 2

3

If you are using ActiveState Perl , try this command on windows command prompt:

ppm install XML::LibXML
1
  • if you are using Strawberry Perl, CPAN should work as libxml2 Jan 28, 2013 at 13:46
0

If you have installed Perl with strawberry, open a cmd, then :

cpan XML::LibXML
4
  • I tried this getting following error: No 'Makefile' createdCPAN: YAML::XS loaded ok (v0.35) SHLOMIF/XML-LibXML-2.0014.tar.gz C:\Perl\bin\perl.exe Makefile.PL INSTALLDIRS=site -- NOT OK Running make test Make had some problems, won't test Running make install Make had some problems, won't install Could not read metadata file. Falling back to other methods to determine prerequisites Jan 28, 2013 at 13:46
  • I am getting Same error.
    – user2010736
    Jan 28, 2013 at 13:48
  • 1
    @Maverick143, "NOT OK Running make test" is not the first error message you got!!!
    – ikegami
    Jan 28, 2013 at 14:09
  • No 'Makefile' created This is the first error message I got. Jan 28, 2013 at 14:42