Zlib Error!

Discussion in 'Installation/Configuration' started by m u r, Aug 17, 2005.

  1. m u r

    m u r Member

    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.
     
  2. domino

    domino New Member

    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.
     
  3. m u r

    m u r Member

    Worked beautifully. Thanks much!!!!!!
     
    Last edited: Aug 17, 2005

Share This Page