make[1]: 디렉토리 /opt/nginx-1.8.0'에서 나가기
make -f objs/Makefile 맨페이지
make[1]: 디렉토리 입력
/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>
make[1]: `/opt/nginx-1.8.0' 디렉토리를 종료합니다
./configure --prefix=/opt/nginx --sbin-path=/opt/nginx/sbin --with-http_ssl_module
구성을 통과했지만 오류가 발생했습니다. Ubuntu 14 Alibaba Cloud를 사용하고 있습니다.