您的位置:首页 > 运维架构 > Nginx

complie and run nginx on ubuntu

2016-06-27 07:44 363 查看
install missing modules.

PCRE not need download source, just install below modules. especilly libpcre++-dev,

I think libpcre2-dev is enough, but the nginx need c++ wrapper, so libpcre++-dev also needed.

   sudo apt-get install libpcre2-dev

   sudo apt-get install pcre2-utils
sudo apt-get install libpcre++-dev

sudo apt-get install libssh-dev

change user to the ubuntu user in nginx.conf.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: