安装Nginx时报错 the HTTP cache module requires md5 functions
安裝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
?
總結(jié):
yum -y install pcre-devel openssl openssl-devel
./configure --prefix=/usr/local/nginx
make
make install
轉(zhuǎn)載于:https://www.cnblogs.com/wenanry/archive/2012/04/16/2451835.html
總結(jié)
以上是生活随笔為你收集整理的安装Nginx时报错 the HTTP cache module requires md5 functions的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: WCF HelpPage 和自动根据头返
- 下一篇: 《JAVA与模式》之合成模式