0

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

thanks

2 Answers2

3

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

ppm install XML::LibXML
MangeshBiradar
  • 3,820
  • 1
  • 23
  • 41
0

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

cpan XML::LibXML
Gilles Quénot
  • 173,512
  • 41
  • 224
  • 223
  • 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 ` – MangeshBiradar Jan 28 '13 at 13:46
  • I am getting Same error. –  Jan 28 '13 at 13:48
  • 1
    @Maverick143, "NOT OK Running make test" is not the first error message you got!!! – ikegami Jan 28 '13 at 14:09
  • `No 'Makefile' created` This is the first error message I got. – MangeshBiradar Jan 28 '13 at 14:42