http://www.perlmonks.org?node_id=1003766


in reply to if Digest::SHA1 loaded Can't load LibXML/LibXML.dll Invalid access to memory location

Can you replicate?

No (Windows Vista 32-bit):

18:58 >perl -v This is perl 5, version 14, subversion 2 (v5.14.2) built for MSWin32-x +86-multi-thread ... 18:58 >pmvers XML::LibXML Digest::SHA1 XML::LibXML: 2.0012 Digest::SHA1: 2.13 18:59 >pmvers Digest::SHA1 XML::LibXML Digest::SHA1: 2.13 XML::LibXML: 2.0012 18:59 >
Other ideas?

Well, here’s the comment in the code immediately before line 190 of DynaLoader.pm:

# Many dynamic extension loading problems will appear to come from # this section of code: XYZ failed at line 123 of DynaLoader.pm. # Often these errors are actually occurring in the initialisation # C code of the extension XS file. Perl reports the error as being # in this perl code simply because this was the last perl code # it executed.

So — maybe the XML::LibXML build was faulty? Have you examined the build log? Tried reinstalling?

Athanasius <°(((><contra mundum

  • Comment on Re: if Digest::SHA1 loaded Can't load LibXML/LibXML.dll Invalid access to memory location
  • Select or Download Code