nginx 安装错误 ./configure: error: the HTTP rewrite module requires the PCRE library.

r囧r小猫 2021-12-17 00:07 341阅读 0赞

安装nginx时,执行./configure报错问题: error: the HTTP rewrite module requires the PCRE library.

  • 安装pcre-devel解决问题
    yum -y install pcre-devel
  • 这里建议下载包,上传服务器解压,有时yum会失败
  • 解压包:tar -zxvf pcre-8.32.tar.gz
  • 进入目录:cd pcre-8.32
  • 执行:./configure
  • 编译:make
  • 安装:make install

发表评论

表情:
评论列表 (有 0 条评论,341人围观)

还没有评论,来说两句吧...

相关阅读