Skip to content

请更新zlib源 #151

@Chapoly1305

Description

@Chapoly1305

原文中wget "http://zlib.net/zlib-1.2.8.tar.gz"

已经不再提供,请考虑更新至
wget "http://zlib.net/zlib-1.2.11.tar.gz"
对应的tar xzvf zlib-1.2.8.tar.gz
应改为tar xzvf zlib-1.2.11.tar.gz

以及NGINX的config

 ./configure \
   --prefix=/opt/nginx-1.7.8 \
   --with-pcre=../pcre-8.38 \
   --with-openssl=../openssl-1.0.1j \
   --with-zlib=../zlib-1.2.11 \ 
   --with-http_ssl_module \
   --add-module=../ngx_http_google_filter_module \
   --add-module=../ngx_http_substitutions_filter_module

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions