安装nginx报错configure: error:the HTTP gzip module requires the zlib library.

忘是亡心i 2023-10-11 12:02 252阅读 0赞

若在“./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执行以下命令

  1. yum install -y zlib-devel

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

  • *

转载于:https://www.cnblogs.com/kiko2014551511/p/11527541.html

发表评论

表情:
评论列表 (有 0 条评论,252人围观)

还没有评论,来说两句吧...

相关阅读