今天在安装编译nigix时遇到了如下两个问题
1.遇到./configure: error: the HTTP rewrite module requires the PCRE library.
- 执行以下命令可以解决
yum -y install pcre-devel
2.遇到./configure: error: the HTTP gzip module requires the zlib library.
- 执行以下命令可以解决
yum install -y zlib-devel