centos7下安装nginx出错,求助大神

 objs/ngx_modules.o \
-ldl -lpthread -lcrypt -lpcre -lcrypto -lcrypto -lz \
-Wl,-E
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[1]: Leaving directory `/root/nginx-1.10.3'

查看一下error.log文件里的具体错误信息。是不是权限不够。

我在编译nginx1.13.4的时候同样出现这样的问题,我是在VIRTURAL BOX上进行的。。。在找原因。