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 > objs/nginx.8
make[1]: ディレクトリ `/opt/nginx-1.8.0'
./configure --prefix=/opt/nginx --sbin-path=/opt/nginx/sbin --with-http_ssl_module
Configure make は成功しましたが、エラーが発生しました。Ubuntu 14 Alibaba Cloud を使用しています。助けてください。