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

Well, -lgdbm means libgdbm which doesn't appear in http://search.cpan.org/grep?cpanid=SHLOMIF&release=XML-LibXSLT-1.81&string=gdbm&i=1&n=1&C=0,

so either you added it, or your perl added it,

so either remove it from whereverfromitwas added, edit Makefile to remove it, or provide a path to the library,

see perl -V , Config, export http://gcc.gnu.org/onlinedocs/gcc/Environment-Variables.html#index-CPATH-2378CPATH=...

see Re^3: DBD::mysql fail install check (DYLD_LIBRARY_PATH ldd otool install_name_tool VERSIONER_PERL_PREFER_32_BIT .bundle/.dylib/.so and the links and the links and the links and the links and the links

And show more of the build process

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