错误提示:
./configure: error: the HTTP rewrite module requires the PCRE library.
 
 
 yum install gcc gcc-c++ openssl_devel -y^C
安装pcre-devel与openssl-devel解决问题
 
yum -y install pcre-devel openssl openssl-devel
 
./configure --prefix=/usr/local/nginx
make
make install

相关文章:

  • 2021-10-15
  • 2021-10-07
  • 2021-10-11
  • 2021-06-22
  • 2021-07-19
  • 2022-03-04
  • 2022-01-27
  • 2021-12-29
猜你喜欢
  • 2022-12-23
  • 2021-08-07
  • 2021-06-07
  • 2022-12-23
  • 2022-12-23
  • 2021-05-27
相关资源
相似解决方案