若在“./configure”后方加入了“–with-http_gzip_static_module”(添加gzip压缩模块)提示以下错误

 

./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= option.

 

则需要安装“zlib-devel”即可。SSH执行以下命令

yum install -y zlib-devel

然后再进行编译,问题即可解决

 

相关文章:

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