>perl -e"use XML::LibXML;" Can't load 'c:/Progs/perl588/site/lib/auto/XML/LibXML/LibXML.dll' for module XML::LibXML: load_file:The specified procedure could not be found at c:/Progs/perl588/lib/DynaLoader.pm line 230. at c:/Progs/perl588/site/lib/XML/LibXML.pm line 116 BEGIN failed--compilation aborted at c:/Progs/perl588/site/lib/XML/LibXML.pm line 116. Compilation failed in require at -e line 1. BEGIN failed--compilation aborted at -e line 1. #### The procedure entry point Perl_newXS_flags could not be located in the dynamic link library perl58.dll #### The procedure entry point Perl_sv_2iv_flags could not be located in the dynamic link library perl58.dll #### >dumpbin /imports c:/Progs/perl588/site/lib/auto/Class/MOP/MOP.dll | find "newXS" 3EF Perl_newXS_flags >dumpbin /exports c:/Progs/perl588/bin/perl58.dll | find "newXS" 965 3C4 0001C8CF Perl_newXS #### >perl -v This is perl, v5.8.8 built for MSWin32-x86-multi-thread (with 25 registered patches, see perl -V for more detail) Copyright 1987-2006, Larry Wall Binary build 817 [257965] provided by ActiveState http://www.ActiveState.com Built Mar 20 2006 17:54:25 ...