在Linux安装Nginx的时候执行./configure  --prefix=/usr/local/nginx命令的时候报错提示:

编译Nginx时提示./configure: error: the HTTP gzip module requires the zlib library

由于缺少依赖组件,导致nginx相应的模块无法进行安装。

使用yum install -y zlib-devel安装

编译Nginx时提示./configure: error: the HTTP gzip module requires the zlib library

再次使用./configure  --prefix=/usr/local/nginx命令:

编译Nginx时提示./configure: error: the HTTP gzip module requires the zlib library

相关文章:

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