找不zlib文件路径

来源:4-28 Nginx与Lua的开发_Nginx与Lua的开发环境

qq_期待_34

2018-02-16

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.

我找不到zlib路径  用whereis zlib 也没有  但是 rpm -qa | grep zlib 有这个包

写回答

2回答

Jeson

2018-02-16

你好,提示系统找不到zlib库,需要安装下,如果你是centos系列的系统,可以通过如下的方式进行安装:

yum install zlib zlib-devel -y


0
2
qq_期待_34
非常感谢!
2018-02-18
共2条回复

qq_期待_34

提问者

2018-02-16

我的nginx 是1.12.2  我下的包也和我同版本的

0
0

Nginx入门到实践-Nginx中间件应用+搭建Webserver架构

中间件、负载均衡、应用层安全防护、动静分离、Nginx+LUA开发等

4183 学习 · 908 问题

查看课程