- 积分
- 2
- 威望
-
- 金钱
-
- 注册时间
- 2017-7-20
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
第一次运行成功了。
由于某些原因,我想重新再升级一次(相同版本),在执行make的时候报如下错误:
make -f objs/Makefile
make[1]: Entering directory `/root/lnmp1.4-full/src/nginx-1.12.1'
cd /root/lnmp1.4-full/src/openssl-1.0.2l/ \
&& if [ -f Makefile ]; then make clean; fi \
&& ./config --prefix=/root/lnmp1.4-full/src/openssl-1.0.2l//.openssl no-shared \
&& make \
&& make install_sw LIBDIR=lib
make[2]: Entering directory `/root/lnmp1.4-full/src/openssl-1.0.2l'
Makefile is older than Makefile.org, Configure or config.
Reconfigure the source tree (via './config' or 'perl Configure'), please.
make[2]: *** [Makefile] Error 1
make[2]: Leaving directory `/root/lnmp1.4-full/src/openssl-1.0.2l'
make[1]: *** [/root/lnmp1.4-full/src/openssl-1.0.2l//.openssl/include/openssl/ssl.h] Error 2
make[1]: Leaving directory `/root/lnmp1.4-full/src/nginx-1.12.1'
make: *** [build] Error 2
config命令如下
./configure --user=www --group=www --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_module --with-http_v2_module --with-http_gzip_static_module --with-ipv6 --with-http_sub_module --with-openssl=/root/lnmp1.4-full/src/openssl-1.0.2l/ --add-module=../ngx_brotli --add-module=../nginx-ct-1.3.2
config的输出结果:
[ 本帖最后由 mycisco 于 2017-7-21 15:14 编辑 ] |
|