在Centos错误中从源代码使用模块编译Nginx

在Centos错误中从源代码使用模块编译Nginx,nginx,compilation,Nginx,Compilation,为什么显示编译错误?如何修复?非常感谢。操作系统:Centos 6.5;源Nginx编译1.8 这是完整的日志 能否提供更多的编译输出?我想这个错误可能会更严重。谢谢你的快速回复,这里有完整的日志:这看起来像是一个成功的编译,还是我遗漏了什么?我没有看到错误消息。当您找到错误消息时,最好将其放在以下问题中:键入makeinstall以完成。这看起来是一次成功的编译。 ./configure --prefix=/usr/local/nginx --sbin-path=/usr/local/sbin

为什么显示编译错误?如何修复?非常感谢。操作系统:Centos 6.5;源Nginx编译1.8

这是完整的日志

能否提供更多的编译输出?我想这个错误可能会更严重。谢谢你的快速回复,这里有完整的日志:这看起来像是一个成功的编译,还是我遗漏了什么?我没有看到错误消息。当您找到错误消息时,最好将其放在以下问题中:键入makeinstall以完成。这看起来是一次成功的编译。
./configure --prefix=/usr/local/nginx --sbin-path=/usr/local/sbin/nginx --conf-path=/etc/nginx/nginx.conf--error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --pid-path=/run/nginx.pid --lock-path=/run/lock/subsys/nginx --user=nginx --group=nginx --with-http_ssl_module --with-http_image_filter_module --with-http_sub_module --with-http_flv_module --with-http_mp4_module --with-http_gunzip_module --with-http_gzip_static_module --with-debug

objs/ngx_modules.o \
        -lpthread -lcrypt -lpcre -lssl -lcrypto -ldl -lz -lGeoIP
make[1]: Leaving directory `/tmp/nginx-1.8.0'
make -f objs/Makefile manpage
make[1]: Entering directory `/tmp/nginx-1.8.0'
sed -e "s|%%PREFIX%%|/usr/local/nginx|" \
                -e "s|%%PID_PATH%%|/var/run/nginx.pid|" \
                -e "s|%%CONF_PATH%%|/etc/nginx/nginx.conf|" \
                -e "s|%%ERROR_LOG_PATH%%|/var/log/nginx/error.log|" \
                < man/nginx.8 > objs/nginx.8
make[1]: Leaving directory `/tmp/nginx-1.8.0'