how to diagnosis and resolve: /usr/lib64/libz.so.1: no version information available
- by matchew
I had a hell of a time installing lxml for python2.7 on centOs5.6. For some background, python2.7 is an alternative installation of python on centOS5.6 which comes with python2.4 installed.
it was bulit from source per its instrucitons
./configure
make
make altinstall
However, after about 20 hours of trying I managed to find a workable solution…