./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.
可以先安装下面的包再重试
apt-get install libpcre3 libpcre3-dev zlib1g zlib1g-dev libssl-dev
本文介绍了当尝试配置HTTP gzip模块遇到缺少zlib库时的解决办法。提供了两种解决方案:一是禁用HTTP gzip模块;二是安装zlib库或从源代码静态编译。并给出了具体的命令来安装所需的zlib及其相关依赖。
3180

被折叠的 条评论
为什么被折叠?



