0

运行后

./configure \
--sbin-path=/usr/bin/nginx \
--conf-path=/etc/nginx/nginx.conf \
--error-log-path=/var/log/nginx/error.log \
--http-log-path=/var/log/nginx/access.log \
--with-pcre \
--pid-path=/var/run/nginx.pid \
--with-http_ssl_module

我运行了命令make但得到了这个错误

/bin/sh: 1: cd: can't cd to /var/run/nginx

Makefile:8: recipe for target 'build' failed

4

0 回答 0