安装编译nginx时遇到:the HTTP gzip module requires the zlib library.或者theHTTPrewritemodulerequirethePCRElibr

今天在安装编译nigix时遇到了如下两个问题

1.遇到./configure: error: the HTTP rewrite module requires the PCRE library.

  • 执行以下命令可以解决
yum -y install pcre-devel

安装编译nginx时遇到:the HTTP gzip module requires the zlib library.或者theHTTPrewritemodulerequirethePCRElibr

2.遇到./configure: error: the HTTP gzip module requires the zlib library.

  • 执行以下命令可以解决
yum install -y zlib-devel

最后重新编译显示成功

安装编译nginx时遇到:the HTTP gzip module requires the zlib library.或者theHTTPrewritemodulerequirethePCRElibr

上一篇:P1379 八数码难题 题解(双向宽搜)


下一篇:Docker报错“Dockerfile parse error line 1: FROM requires either one or three arguments”