nginx /bin/sh: line 0: cd: /usr/local/pcre-8.35: No such file or directory

1090 단어 Nginx
make 로 nginx 를 컴 파일 할 때 다음 과 같은 오 류 를 알려 줍 니 다: / bin / sh: line 0: cd: / usr / local / pcre - 8.35: No such file or directory objects / Makefile: 1133: recipe for target '/ usr / local / pcre - 8.35 / Makefile' failed make [1]: * * [/ usr / local / pcre - 8.35 / Makefile] Error 1 make [1]: Leaving directory ‘/root/Downloads/nginx-1.6.2’ Makefile:8: recipe for target ‘build’ failed
  • 실행 을 통 해 관련 매개 변 수 를 어떻게 작성 하 는 지 확인 합 니 다. ./configure --help | grep pcre
  • 그 중: --wite-pcre = DIR set path to pcre library sources (pcre 라 이브 러 리 의 원본 경 로 를 설정 합 니 다) 이것 은 우리 가 방금 설치 한 pcre 라 이브 러 리 가 현재 파일 경 로 를 설정 하지 않 았 기 때 문 입 니 다.
  • 목록 을 보 셔 야 합 니 다. pcre-8.35
  • 그리고 집행: ./configure --prefix=/home/nginx --with-http_stub_status_module --with-http_ssl_module --with-pcre=/home/pcre-8.35
  • /home/nginx 압축 해제 후의 디 렉 터 리 가 아니 라 새로 추 가 된 디 렉 터 리 입 니 다. nginx
  • 를 설치 하 는 데 사 용 됩 니 다.
  • /home/pcre-8.35pcre 목록
  • 성공 하면 nginx 설치 명령 을 실행 할 수 있 습 니 다
  • 좋은 웹페이지 즐겨찾기