【发布时间】:2017-07-22 06:41:55
【问题描述】:
我正在尝试使用以下命令使用升级版本的 openssl 重新编译我的 NGINX。
./configure --with-openssl=/usr/local/src/openssl --with-http_realip_module --with-http_ssl_module --with-stream --with-stream_ssl_module --with-http_slice_module
在运行时使我得到以下错误。
Makefile 早于 Makefile.org、Configure 或 config。重新配置 源代码树(通过'./config'或'perl Configure'),请。制作[2]: * [Makefile] 错误 1 make[2]: 离开目录 `/usr/local/src/openssl' make[1]: * [/usr/local/src/openssl/.openssl/include/openssl/ssl.h] 错误2
请提出建议。
【问题讨论】: