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
你可能还须要安装
sudo apt-get install openssl libssl-dev