I previously tried to install XML::LibXML from Trouchelle and I got the same error.

>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 fo +und 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/Lib +XML.pm line 116. Compilation failed in require at -e line 1. BEGIN failed--compilation aborted at -e line 1.

What the OP didn't specify is that Windows displays a dialog saying

The procedure entry point Perl_newXS_flags could not be located in the + dynamic link library perl58.dll

for Class::MOP and

The procedure entry point Perl_sv_2iv_flags could not be located in th +e dynamic link library perl58.dll

for XML::LibXML.

>dumpbin /imports c:/Progs/perl588/site/lib/auto/Class/MOP/MOP.dll | f +ind "newXS" 3EF Perl_newXS_flags >dumpbin /exports c:/Progs/perl588/bin/perl58.dll | find "newXS" 965 3C4 0001C8CF Perl_newXS

I just found a web site that suggests upgrading to build 822 or higher.

>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.ActiveSta +te.com Built Mar 20 2006 17:54:25 ...

Testing. Will post results.


In reply to Re^2: Class::MOP and MOP.dll by ikegami
in thread Class::MOP and MOP.dll by mpettis

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.