ngx_http_google_filter_module icon indicating copy to clipboard operation
ngx_http_google_filter_module copied to clipboard

请更新zlib源

Open Chapoly1305 opened this issue 7 years ago • 0 comments

原文中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

Chapoly1305 avatar Feb 01 '19 03:02 Chapoly1305