求助,重新对nginx进行远吗编译出错
今天在centos6.7上安装了lnmp后,我自己重新将nginx升级到1.8.1,可以通过service nginx start启动nginx,但是我在源码目录下进行./configure && make的时候报错:
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 -lcrypto -lcrypto -lz
make: Leaving directory `/usr/local/src/lnmp1.2-full/src/nginx-1.8.1'
make -f objs/Makefile manpage
make: Entering directory `/usr/local/src/lnmp1.2-full/src/nginx-1.8.1'
sed -e "s|%%PREFIX%%|/usr/local/nginx|"
-e "s|%%PID_PATH%%|/usr/local/nginx/logs/nginx.pid|"
-e "s|%%CONF_PATH%%|/usr/local/nginx/conf/nginx.conf|"
-e "s|%%ERROR_LOG_PATH%%|/usr/local/nginx/logs/error.log|"
< man/nginx.8 > objs/nginx.8
make: Leaving directory `/usr/local/src/lnmp1.2-full/src/nginx-1.8.1'
为什么??缺什么? 哪里有错误信息,上面全是正常的
页:
[1]