Perfect Setup Fedora 3

Discussion in 'Suggest HOWTO' started by nenad, Nov 27, 2005.

  1. nenad

    nenad ISPConfig Developer ISPConfig Developer

    Hi,

    your how-to's are great, but I really think that you should include installation of zlib-1.2.3 into http://www.howtoforge.com/perfect_setup_fedora_core_3

    It is very anoying when ./setup of ISPConfig breaks because of:
    This code works (at least for me):
    wget http://www.zlib.net/zlib-1.2.3.tar.gz
    tar xvfz zlib-1.2.3.tar.gz
    cd zlib-1.2.3
    ./configure
    make test
    make install
     
    Last edited: Mar 4, 2006
  2. falko

    falko Super Moderator ISPConfig Developer

    Well, I wrote the HowTo before this zlib issue came up. It's related to a security hole in zlib that was discovered after I wrote the HowTo, and in the meantime the ClamAV developers have modified the ClamAV sources in a way that it only accepts zlib 1.2.3 or newer...
    When I find the time I'll modify the HowTo, but first I have to verify the behaviour you mention...
     

Share This Page