ubuntu error: SSL modules require the OpenSSL library.

时间:2016-02-24 17:44:45   收藏:0   阅读:896

 + ngx_http_echo_module was configured

checking for PCRE library ... found

checking for PCRE JIT support ... not found

checking for OpenSSL library ... not found


./configure: error: SSL modules require the OpenSSL library.

You can either do not enable the modules, or install the OpenSSL library

into the system, or build the OpenSSL library statically from the source

with nginx by using --with-openssl=<path> option.

 解决办法:

   sudo apt-get install openssl libssl-dev

本文出自 “精忠报国” 博客,请务必保留此出处http://xinsir.blog.51cto.com/5038915/1744671

评论(0)
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!