我是靠谱客的博主 稳重篮球,最近开发中收集的这篇文章主要介绍安装nginx及fastdfs-nginx-module--./configure: error: the HTTP rewrite module requires the PCRE library.,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

安装nginx及fastdfs-nginx-module

sudo ./configure --prefix=/usr/local/nginx/ --add-module=/home/ling/fastdfs-nginx-module-master/src
# = 后边为fastdfs-nginx-module-master解压后的目录的绝对路径/src

报错:./configure: error: the HTTP rewrite module requires the PCRE library.

在这里插入图片描述
安装Nginx时需要先安装依赖包,Ubuntu中不像centOS等使用yum直接在线安装,在网上找了好多方法,最后发现以下方法好用:

首先使用dpkg命令查看自己需要的软件是否安装。

例如查看zlib是否安装:

dpkg -l | grep zlib

解决依赖包openssl安装,命令:

sudo apt-get install openssl libssl-dev

解决依赖包pcre安装,命令:

sudo apt-get install libpcre3 libpcre3-dev

解决依赖包zlib安装,命令:

sudo apt-get install zlib1g-dev

安装完成

在这里插入图片描述

最后

以上就是稳重篮球为你收集整理的安装nginx及fastdfs-nginx-module--./configure: error: the HTTP rewrite module requires the PCRE library.的全部内容,希望文章能够帮你解决安装nginx及fastdfs-nginx-module--./configure: error: the HTTP rewrite module requires the PCRE library.所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(35)

评论列表共有 0 条评论

立即
投稿
返回
顶部