in reply to Re: Class::MOP and MOP.dll
in thread Class::MOP and MOP.dll
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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Class::MOP and MOP.dll
by ikegami (Patriarch) on Oct 11, 2008 at 05:49 UTC | |
|
Re^3: Class::MOP and MOP.dll
by syphilis (Archbishop) on Oct 11, 2008 at 10:44 UTC | |
by BrowserUk (Patriarch) on Oct 11, 2008 at 11:39 UTC | |
by syphilis (Archbishop) on Oct 11, 2008 at 13:10 UTC | |
by BrowserUk (Patriarch) on Oct 11, 2008 at 14:28 UTC | |
by syphilis (Archbishop) on Oct 11, 2008 at 14:48 UTC | |
|
Re^3: Class::MOP and MOP.dll
by BrowserUk (Patriarch) on Oct 11, 2008 at 07:24 UTC | |
by mpettis (Beadle) on Oct 12, 2008 at 22:59 UTC | |
by BrowserUk (Patriarch) on Oct 13, 2008 at 01:02 UTC | |
by mpettis (Beadle) on Oct 13, 2008 at 16:14 UTC | |
by BrowserUk (Patriarch) on Oct 13, 2008 at 17:06 UTC | |
by syphilis (Archbishop) on Oct 13, 2008 at 00:53 UTC |