Advertisement
Guest User

Untitled

a guest
Oct 5th, 2011
354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. SortTV Error:
  2.  
  3. Can't load 'C:/strawberry/perl/vendor/lib/auto/XML/LibXML/LibXML.dll' for module XML::LibXML: load_file:The specified module could not be found at C:/strawberry/perl/lib/DynaLoader.pm line 200.
  4.  
  5.  
  6. CPAN LibXML Error:
  7.  
  8. CPAN: CPAN::Meta loaded ok (v2.110930)
  9.  
  10. CPAN.pm: Going to build S/SH/SHLOMIF/XML-LibXML-1.88.tar.gz
  11.  
  12. enable native perl UTF8
  13. Use of uninitialized value $config{"LIBS"} in pattern match (m//) at Makefile.PL
  14. line 282.
  15. looking for -lxml2... no
  16. looking for -llibxml2... no
  17. libxml2, zlib, and/or the Math library (-lm) have not been found.
  18. Try setting LIBS and INC values on the command line
  19. Or get libxml2 from
  20. http://xmlsoft.org/
  21. If you install via RPMs, make sure you also install the -devel
  22. RPMs, as this is where the headers (.h files) are.
  23.  
  24. Also, you may try to run perl Makefile.PL with the DEBUG=1 parameter
  25. to see the exact reason why the detection of libxml2 installation
  26. failed or why Makefile.PL was not able to compile a test program.
  27. No 'Makefile' created SHLOMIF/XML-LibXML-1.88.tar.gz
  28. C:\strawberry\perl\bin\perl.exe Makefile.PL -- NOT OK
  29. Running make test
  30. Make had some problems, won't test
  31. Running make install
  32. Make had some problems, won't install
  33. Could not read metadata file. Falling back to other methods to determine prerequ
  34. isites
  35.  
  36. C:\strawberry\perl\bin>
  37.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement