运行后
./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