1 2 3 |
tar zxvf nginx-0.8.15.tar.gz # cd nginx-0.8.15.tar.gz # ./configure |
Everything is configured, and then displays the string ./configure: error: the rewrite module HTTP 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 = option. You need […]