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

原文地址:https://www.cnblogs.com/clnchanpin/p/6875403.html