I found LibXML2 64 bit binaries at http://ftp.gnome.org/pub/GNOME/binaries/win64/dependencies/
These commands run succesfully > perl Makefile.PL INC=-IC:\CPANTesters\bin\gnome-deps-win64\include > LIBS=-LC:\CPANTesters\bin\gnome-deps-win64\lib > dmake but dmake test spews a lot of error with Perl process crashing on all test instances. I'll put this on back burner, since I have not find a way to install this without looking deeper into the code. Thanks for you help Leo On Thu, Sep 20, 2012 at 9:16 PM, Tony Cook <t...@develop-help.com> wrote: > On Thu, Sep 20, 2012 at 06:50:29PM -0700, Leo Susanto wrote: > > Yes, or find a 64-bit prebuilt version. > > You can't use the 32-bit library from a 64-bit perl. > > You *might* be able to use the libxml2 supplied with strawberry perl, > but I wouldn't put much effort into diagnosing it if it doesn't work > first time. > > Tony