Join the community today
Become a Member

Nginx zlib-1.2.11.tar.gz 404 while building nginx

Discussion in 'Nginx, PHP-FPM & MariaDB MySQL' started by jcat, Apr 5, 2022.

  1. jcat

    jcat Member

    153
    22
    18
    Jun 21, 2015
    New Jersey
    Ratings:
    +64
    Local Time:
    7:24 PM
  2. eva2000

    eva2000 Administrator Staff Member

    54,896
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,811
    Local Time:
    9:24 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Looks like official zlib.net site doesn't keep previous version downloads and only the latest. Updated Centmin Mod 123.09beta01 to update download URL for 1.2.11 so run cmupdate to update. And will test 1.2.12 as seems some folks are having issues with the new version reported at Issues · madler/zlib
     
  3. eva2000

    eva2000 Administrator Staff Member

    54,896
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,811
    Local Time:
    9:24 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    @jcat if you want to test/use zlib 1.2.12 with Centmin Mod Nginx, you can set the following in persistent config file at /etc/centminmod/custom_config.inc for
    Code (Text):
    # switch from Cloudflare zlib to official zlib
    CLOUDFLARE_ZLIB='n'
    # use zlib 1.2.12
    NGINX_ZLIBVER='1.2.12'
    

    Then run centmin.sh menu option 4 to recompile Nginx version you want
     
  4. buik

    buik “The best traveler is one without a camera.”

    2,027
    524
    113
    Apr 29, 2016
    Flanders
    Ratings:
    +1,675
    Local Time:
    12:24 AM
    You could use Github as alternative download location as it locates all zlib releases.
    Current used Centminmod zlib 1.2.11 is there since 2017.
    Tags · madler/zlib
     
  5. eva2000

    eva2000 Administrator Staff Member

    54,896
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,811
    Local Time:
    9:24 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Indeed that is an option I'll probably eventually do. Just some Github downloads have different compilation instructions from their official site's downloads i.e. missing the configure files which you need to build first so. Haven't checked on zlib's Github downloads yet. So easier to just locally host the zlib 1.2.11 download for a quick update for now until I test the Github download version.