ubuntu安装nginx时提示error: the HTTP rewrite module requires the PCRE library

ubuntu安装nginx时提示error: the HTTP rewrite module requires the PCRE library
须要安装pcre包。
sudo apt-get update
sudo apt-get install libpcre3 libpcre3-dev

你可能还须要安装

sudo apt-get install openssl libssl-dev

上一篇:在ubuntu中我们使用sudo apt-get install 或者dpkg -i *.deb安装软件时,常常提示“有未能满足的依赖关系“,解决方法


下一篇:apt-get install安装软件时出现依赖错误解决方式