首页 > Web开发 > 详细

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

时间:2014-11-19 12:40:48      阅读:260      评论:0      收藏:0      [点我收藏+]
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安装nginx时提示error: the HTTP rewrite module requires the PCRE library

原文:http://blog.csdn.net/nyist327/article/details/41278825

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!