linux 与 mac 差不多主要是 make 一般报./configure: error: SSL modules require the OpenSSL library.
解决
Centos需要安装openssl-devel
Ubuntu则需要安装:sudo apt-get install libssl-dev
其它一样 路径也是/usr/local/nginx
原文地址:http://blog.51cto.com/haidragon/2085283
时间: 2024-10-17 04:59:02