NGINX命令制作:目标“构建”的配方失败

时间:2019-11-25 08:48:26

标签: ubuntu nginx nginx-config

运行后

./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

0 个答案:

没有答案