nginx安装报错/configure: error: the HTTP gzip module requires the zlib library.
option, or install the PCRE library into the system, or build the PCRE library
statically from the source with nginx by using --with-pcre=<path> option
yum安装
[[email protected] nginx-1.14.0]# yum -y install pcre-*
./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.
yum安装
[[email protected] nginx-1.14.0]# yum -y install zlib* library*
这样就通过啦~