【nginx】./configure: error: the HTTP gzip module requires the zlib library. You can either
2015年09月22日 11:15:44 作者:Jiaozn 分类:Linux 评论(0)./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.
在nginx中我们执行“./configure” 会提示 error: the HTTP gzip module requires the zlib library意思是告诉我们没有zlib library的支持了 碰到此类问题我们只要安装这个库就可以了。
yum install -y zlib-devel
除非注明,发表在“Jiaozn的博客”的文章『【nginx】./configure: error: the HTTP gzip module requires the zlib library. You can either』版权归Jiaozn所有。
转载请注明出处为“本文转载于『Jiaozn的博客』原地址https://jiaozn.com/reed/174.html”
评论
发表评论