in reply to Re^2: 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

Probably, I mean binaries are provided, presumably they work, I used them on win32
  • Comment on Re^3: 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^4: Can't load LibXML.so for module XML::LibXML: libz.so.1: cannot open shared object file (64 32 bit dont mix)
by jes (Novice) on Jul 22, 2013 at 11:02 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

        Thank you so much for the reply. I had skipped relocate perl.When i did ../perl/bin/relocateperl the error was cleared.