本文主要是介绍OpenSSL library is not used,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
安装nginx的时候遇到如下问题:
- Configuration summary
- + using system PCRE library
- + OpenSSL library is not used
- + using builtin md5 code
- + sha1 library is not found
- + using system zlib library
./configure --prefix=/usr/local/nginx --with-openssl=/usr/local/openssl-1.0.1j --with-http_ssl_module
如果pcre和zlib出现类似的问题,指定路径就可。
--with-pcre=/usr/local/pcre-7.7 --with-zlib=/usr/local/zlib-1.2.3 --with-http_stub_status_module
--with-pcre=/usr/local/pcre-7.7 --with-zlib=/usr/local/zlib-1.2.3 --with-http_stub_status_module
这篇关于OpenSSL library is not used的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!