Podczas kompilowania nginx wyskakuje komunikat "the HTTP rewrite module requires the PCRE library. "

Z Podręcznik Administratora by OPZ SGU
Wersja z dnia 19:01, 7 wrz 2013 autorstwa Adminka23 (dyskusja | edycje) (Utworzył nową stronę „Błąd <pre> ./configure: error: the HTTP rewrite module requires the PCRE library. You can either disable the module by using --without-http_rewrite_module option, or ...”)
(różn.) ← poprzednia wersja | przejdź do aktualnej wersji (różn.) | następna wersja → (różn.)
Przejdź do nawigacji Przejdź do wyszukiwania

Błąd

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


Rozwiązanie

 apt-get install libpcre3 libpcre3-dev libpcrecpp0 libssl-dev zlib1g-dev build-essential