Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
configure не конфигурит
- To: nginx-ru@xxxxxxxxx
- Subject: configure не конфигурит
- From: Konstantin Petrenko <rage@xxxxxx>
- Date: Wed, 1 Nov 2006 16:37:42 +0700
- Organization: OOO CityNet
Добрый день
Запускаю 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
===
Или ему что-то иное нужно?
|