./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=<path> option.

安装pcre-devel
yum -y install pcre-devel

 

./configure: error: SSL modules require the OpenSSL library.
You can either do not enable the modules, or install the OpenSSL library
into the system, or build the OpenSSL library statically from the source
with nginx by using --with-openssl=<path> option.
安装open-ssl
yum -y install openssl openssl-devel

 

相关文章:

  • 2021-06-19
  • 2022-12-23
  • 2022-12-23
  • 2021-08-22
  • 2021-09-13
  • 2021-07-28
  • 2021-10-07
猜你喜欢
  • 2021-10-21
  • 2021-11-09
  • 2021-10-20
  • 2022-12-23
  • 2021-05-29
  • 2021-07-01
  • 2021-07-24
相关资源
相似解决方案