From a67306fba8352b46b7936b3ba46bbdf1ecba8ac6 Mon Sep 17 00:00:00 2001 From: saintak Date: Tue, 9 Apr 2024 22:55:50 +0800 Subject: [PATCH] doc: update installation.md. default installation need zlib-devel checking for zlib library ... not found ./configure: error: the HTTP gzip module requires the zlib library. You can either disable the module by using --without-http_gzip_module option, or install the zlib library into the system, or build the zlib library statically from the source with nginx by using --with-zlib= option. --- v2/cn/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/cn/installation.md b/v2/cn/installation.md index d0fb9b293..b161ee8fa 100644 --- a/v2/cn/installation.md +++ b/v2/cn/installation.md @@ -55,7 +55,7 @@ apt-get install libpcre3-dev \ 推荐您使用yum安装以下的开发库: ```bash -yum install pcre-devel openssl-devel gcc curl +yum install pcre-devel openssl-devel gcc curl zlib-devel ``` ## Mac OS X (macOS) 用户