【Nginx】./configure: error: the HTTP gzip module requires the zlib library. You can either

  1. ./configure: error: the HTTP gzip module requires the zlib library.

  2. You can either disable the module by using --without-http_gzip_module

  3. option, or install the zlib library into the system, or build the zlib library

  4. statically from the source with nginx by using --with-zlib=<path> option.

nginx中我们执行“./configure” 会提示 error: the HTTP gzip module requires the zlib library意思是告诉我们没有zlib library的支持了 碰到此类问题我们只要安装这个库就可以了。

yum install -y zlib-devel

猜你喜欢

转载自blog.csdn.net/qq_34412985/article/details/130992623
今日推荐