欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

【安装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
相关标签: 安装Nginx报错

上一篇: 软件包管理rpm

下一篇: centos7 mysql