Запускаю configure
===
Configuration summary
+ threads are not used
+ PCRE library is not found
+ OpenSSL library is not used
+ md5 library is not used
+ sha1 library is not used
+ zlib library is not used
./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.
===
Хотя
===
# ls /var/db/pkg | grep pcre
pcre-6.7
# ldconfig -r | grep pcre
85:-lpcre.0 => /usr/local/lib/libpcre.so.0
86:-lpcreposix.0 => /usr/local/lib/libpcreposix.so.0
87:-lpcrecpp.0 => /usr/local/lib/libpcrecpp.so.0
===
Или ему что-то иное нужно?
--with-cc-opt="-I /usr/local/include" --with-ld-opt="-L /usr/local/lib"
Игорь Сысоев
http://sysoev.ru