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

I don't have an answer to your specific question, but consider using Digest::SHA instead of Digest::SHA1. Digest::SHA has been bundled with Perl since 5.10.

perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'
  • Comment on Re: if Digest::SHA1 loaded Can't load LibXML/LibXML.dll Invalid access to memory location

Replies are listed 'Best First'.
Re^2: if Digest::SHA1 loaded Can't load LibXML/LibXML.dll Invalid access to memory location
by Anonymous Monk on Nov 14, 2012 at 10:05 UTC
    FWIW, the issue arose in the XML::Compile::WSS test-suite, I'm not actually using Digest anything :)