安装nginx的时候出现

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

解决方法:

Centos需要安装openssl-devel
Ubuntu则需要安装:sudo apt-get install libssl-dev

 

 

相关文章: