首页 > Web开发 > 详细

ubuntu下安装nginx错误error: the HTTP rewrite module requires the PCRE library 解决方法

时间:2015-05-20 22:25:16      阅读:270      评论:0      收藏:0      [点我收藏+]

本文为大家讲解的是ubuntu下安装nginx错误error: the HTTP rewrite module requires the PCRE library 解决方法,感兴趣的同学参考下。

本文为大家讲解的是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下安装nginx错误error: the HTTP rewrite module requires the PCRE library 解决方法

原文:http://blog.csdn.net/u014723529/article/details/45874705

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