Здравствуйте, Rem.
Вы писали 10 июля 2005 г., 1:09:30:
R> Здравствуйте, Igor.
R> Вы писали 9 июля 2005 г., 23:15:01:
IS>> On Sat, 9 Jul 2005, Alex Kitschkiruk wrote:
>>>> md5 сейчас не используется вообще. Будет использоваться, когда появится
>>>> кэш.
>>>
>>> а я при конфигурировании эту опцию включил, путь к свежескаченной
>>> библиотеке указал, а оказалось, что и не надо :)))
>>> А вообще для чего она планируется?
IS>> md5 будет использоваться для вычисления ключа в кэше.
IS>> Игорь Сысоев
IS>> http://sysoev.ru
R> Я задал ./configure --with-http_ssl_module --with-cc-opt="-I
R> /usr/local/include" --with-ld-opt="-L
R> /usr/local/lib"--with-pcre="/usr/local/lib"
R> Итоги конфигурации:
R> Configuration summary
R> + threads are not used
R> + PCRE library is not found
R> + using system OpenSSL library
R> + md5 library is not used
R> + using system zlib library
R> В чем проблема? Платформа Freebsd. Как правильно задать путь к
R> библиотекам PCRE?
После этих конфиг команд PCRE библиотеки были найдены
./configure --with-http_ssl_module --with-pcre="/usr/local/lib"
--with-cc-opt="-I /usr/local/include" --with-ld-opt="-L
/usr/local/lib" (+ using PCRE library: /usr/local/lib)
и
./configure --with-http_ssl_module --with-pcre="/usr/local"
--with-cc-opt="-I /usr/local/include" --with-ld-opt="-L
/usr/local/lib" (+ using PCRE library: /usr/local)
но дальше при сборки nginx ошибка:
make
make -f objs/Makefile
cd /usr/local && if [ -f Makefile ]; then make distclean; fi && CC="gcc"
CFLAGS="-O2 -fomit-frame-pointer -pipe " ./configure --disable-shared
./configure: not found
*** Error code 127
Stop in /var/build/ports/www/nginx/work/nginx-0.1.38.
*** Error code 1
Stop in /var/build/ports/www/nginx/work/nginx-0.1.38.
--
С уважением,
Rem mailto:remontt@xxxxxxxxxx