I am trying to install ISPConfig on SuSe 9.2. I get an error that says "The installed zlib version may contain a security bug. Please upgrade to 1.2.2 or later." I downloaded the .gz file for version 1.2.3, but I'm not sure how to install it. I tried "tar xvfz zlib-1.2.3.tar.gz" and "tar -zxvf-1.2.3.tar.gz" but I'm still getting the error! Pleeeeeaaaase help. I've gone through this ISPConfig install about 4 times now.
Hi, I had the same error earlier. I searched around and found a post from a member here. I went and downloaded zlib 1.2.3 from www.zlib.net. Then did the fallowing: >tar zxvf zlib-1.2.3.tar.gz >cd zlib-1.2.3 >make clean >./configure -s >make >make install then read the installation instructions where you had to "delete the directory install_ispconfig, unpack ISPConfig again and start from the beginning." I hope that helps. PS. It would also help if you pasted the error message here.