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

来源:互联网 发布:淘宝网内部优惠券 编辑:程序博客网 时间:2024/06/01 09:21
./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.


安装Nginx时报错,解决方法:

apt-get  install openssl

apt-get install libssl-dev

0 0