Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
1.0.14 и --with-pcre-jit
Читаю http://nginx.org/ru/docs/install.html
Делаю
/usr/src/nginx/nginx-1.0.14# ./configure --conf-path=/etc/nginx/nginx.conf --pid-path=/var/run/nginx.pid --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --with-cc-opt="-D FD_SETSIZE=2048" --with-http_ssl_module --with-http_stub_status_module --with-http_flv_module --add-module=../ngx-fancyindex --with-pcre=../pcre-${PCRE} --with-pcre-jit --with-zlib=../zlib-${ZLIB}
./configure: error: invalid option "--with-pcre-jit"
Так и должно быть?
Правда судя по http://nginx.org/ru/docs/ngx_core_module.html#pcre_jit в
ветке 1.0 этого нет, может быть тогда стоит добавить это в документацию?
Заодним, переписываю свои сборочные скрипты от 2009го года, нашел там
--with-md5=../md5 --with-sha1=../sha
(сами библиотеки брались с http://www2.psy.uq.edu.au/~ftp/Crypto/libeay/
, но сейчас эта ссылка уже неактуальна). Я правильно думаю, что эти
строчки можно теперь выкинуть, или они могут быть зачем-то нужны?
--
Best Regards,
Nick Knutov
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru
|