lib/libz.so.1: version `ZLIB_1.2.9' not found
cd /your_directory_software/../lib/ (this is where you should find libz.so.1)
sudo mv libz.so.1 libz.so.1.old (back it up to .old)
sudo ln -s /lib/x86_64-linux-gnu/libz.so.1 (link it to the main or system lib)
sudo mv libz.so.1 libz.so.1.old (back it up to .old)
sudo ln -s /lib/x86_64-linux-gnu/libz.so.1 (link it to the main or system lib)
Comments
Post a Comment