编译中途报错内容
./configure: error: the HTTP rewrite module requires the PCRE library.
You can either disable the module by using --without-http_rewrite_module
option, or install the PCRE library into the system, or build the PCRE library
statically from the source with nginx by using --with-pcre= option.请安装以下包
yum -y install pcre-devel
yum -y install openssl openssl-devel
um -y install pcre-devel openssl openssl-devel
./configure: error: the HTTP rewrite module requires the PCRE library.
You can either disable the module by using --without-http_rewrite_module
option, or install the PCRE library into the system, or build the PCRE library
statically from the source with nginx by using --with-pcre= option.请安装以下包
yum -y install pcre-devel
yum -y install openssl openssl-devel
um -y install pcre-devel openssl openssl-devel
编辑回复