in reply to Re: Can't load LibXML.so for module XML::LibXML: libz.so.1: cannot open shared object file (64 32 bit dont mix)
in thread Can't load LibXML.so for module XML::LibXML: libz.so.1: cannot open shared object file

is this applicable for other platforms like Windows, Solaris, AIX, HP_UX etc??

  • Comment on Re^2: Can't load LibXML.so for module XML::LibXML: libz.so.1: cannot open shared object file (64 32 bit dont mix)

Replies are listed 'Best First'.
Re^3: Can't load LibXML.so for module XML::LibXML: libz.so.1: cannot open shared object file (64 32 bit dont mix)
by Anonymous Monk on Jul 18, 2013 at 10:59 UTC

      Hi Monks,

      I had faced the similar issue on LibXSLT.dll with Windows machine. I had used Active perl. But downloading LibXSLT using ppm did not solve the error since it was not available.

      Later i could solve this error by using http://www.bribes.org/perl/ppm/ where i could download the LibXML and LibXSLT.

      I would like to know if the necessary binaries are available for Linux machines too. I tried installing citrus perl and ended with

      ERROR:

      error while loading shared libraries: libperl.so: cannot open shared object file: No such file or directory.... even if libperl.so is available.

      if there is any way to make 32 bit work on 64 bit will help me a lot

      Any suggestions would be greatful :)

      Thanks & Regards