码迷,mamicode.com
首页 > 其他好文 > 详细

nginx 安装过程中遇到的问题

时间:2015-01-16 22:14:47      阅读:285      评论:0      收藏:0      [点我收藏+]

标签:

安装Nginx时报错

./configure: error: the HTTP rewrite module requires the PCRE library.

安装pcre-devel解决问题
yum -y install pcre-devel

 

错误提示:./configure: error: the HTTP cache module requires md5 functions
from OpenSSL library.   You can either disable the module by using
--without-http-cache option, or install the OpenSSL library into the system,
or build the OpenSSL library statically from the source with nginx by using
--with-http_ssl_module --with-openssl=<path> options.

解决办法:

yum  -y install openssl openssl-devel

nginx 安装过程中遇到的问题

标签:

原文地址:http://www.cnblogs.com/cuizhipeng/p/4229755.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!