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*

nginx安装报错/configure: error: the HTTP gzip module requires the zlib library.
这样就通过啦~

相关文章:

  • 2022-12-23
  • 2019-09-04
  • 2021-10-07
  • 2021-10-15
  • 2022-12-23
  • 2021-08-07
猜你喜欢
  • 2022-03-04
  • 2021-06-09
  • 2022-12-23
  • 2021-12-29
  • 2021-06-22
  • 2021-05-27
  • 2021-06-07
相关资源
相似解决方案