ubuntu nginx 컴 파일 시 오류 해결 방법

1545 단어 ubuntu
컴 파일 하 는 과정 에서 다음 과 같은 알림 이 나타 날 수 있 습 니 다.
 
./configure: error: the HTTP rewrite module requires the PCRE library.
You can either disable the module by using --without-http_rewrite_module
option, or install the PCRE library into the system, or build the PCRE library
statically from the source with nginx by using --with-pcre=<path> option.

sudo aptitude install libpcre3-dev

./configure: error: SSL modules require the OpenSSL library.
You can either do not enable the modules, or install the OpenSSL library
into the system, or build the OpenSSL library statically from the source
with nginx by using --with-openssl=<path> option

sudo aptitude install libssl-dev

좋은 웹페이지 즐겨찾기