ubuntu14.04 - nginx1.8 ubuntu make 编译出错

【字号: 日期:2022-07-08浏览:46作者:雯心

问题描述

objs/src/http/modules/ngx_http_memcached_module.o objs/src/http/modules/ngx_http_empty_gif_module.o objs/src/http/modules/ngx_http_browser_module.o objs/src/http/modules/ngx_http_upstream_hash_module.o objs/src/http/modules/ngx_http_upstream_ip_hash_module.o objs/src/http/modules/ngx_http_upstream_least_conn_module.o objs/src/http/modules/ngx_http_upstream_keepalive_module.o objs/ngx_modules.o -lpthread -lcrypt -lpcre -lssl -lcrypto -ldl -lz

make[1]: Leaving directory /opt/nginx-1.8.0’make -f objs/Makefile manpagemake[1]: Entering directory/opt/nginx-1.8.0’sed -e 's|%%PREFIX%%|/opt/nginx|' -e 's|%%PID_PATH%%|/opt/nginx/logs/nginx.pid|' -e 's|%%CONF_PATH%%|/opt/nginx/conf/nginx.conf|' -e 's|%%ERROR_LOG_PATH%%|/opt/nginx/logs/error.log|' < man/nginx.8 > objs/nginx.8make[1]: Leaving directory `/opt/nginx-1.8.0’

./configure --prefix=/opt/nginx --sbin-path=/opt/nginx/sbin --with-http_ssl_moduleconfigure 是通过了的make 就出错 用的ubuntu 14 阿里云的,求助。

问题解答

回答1:

没看到错误信息。

相关文章: