【安装Nginx报错】Nginx提示gzip module requires the zlib library
程序员文章站
2022-05-29 11:06:16
...
CentOS 7 安装Nginx报错:
./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=<path> option.
解决方案:
在控制台输入命令,安装“zlib-devel” 即可:
yum install -y zlib-devel
上一篇: 软件包管理rpm
下一篇: centos7 mysql
推荐阅读
-
CentOS安装Nginx 报错“configure: error: the HTTP rewrite module requires the PCRE library”解决办法
-
CentOS安装Nginx 报错“configure: error: the HTTP rewrite module requires the PCRE library”解决办法
-
【安装Nginx报错】Nginx提示gzip module requires the zlib library
-
linux下安装nginx error: the HTTP rewrite module requires the PCRE library
-
linux下安装nginx error: the HTTP rewrite module requires the PCRE library