错误提示如下:
./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.
make: *** No rule to make target `build', needed by `default'. Stop.
按网上搜索 centos下解决办法:
yum -y install openssl openssl-devel
仍然没有用啊
|
|