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

:) Thanks but it appears I've figured it out the problem, it is ImageBase collision

It is fixed with a rebase rebase

when the default -Wl,--enable-auto-image-base generates a collision, you can also rebase with  perl -pi.orig -e " s{^(LDDLFLAGS = )}{$1 -Wl,--image-base=0x70000000 }; " Makefile

FWIW, StrawberryPerl uses same compiler

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