dev plans for pcre2 and sha>256?

2015-01-21 Thread grantksupport
(1) current nginx ver 1.7.9 can be easily linked against a local libpcre, ldd /usr/local/sbin/nginx | grep libpcre libpcre.so.1 => /usr/local/lib64/libpcre.so.1 (0x7f4f6bce6000) no issues/problems. when is support for pcre2 currently slotted in nginx devel? either

Building nginx 1.8.0, linking to local-install of Openssl, 'nginx -V' still reports "built with" *system* openssl. why?

2015-04-23 Thread grantksupport
I'm building nginx 1.8.0 on linux/64. I have openssl 1.0.2a built locally, and installed into /usr/local/ssl which openssl /usr/local/ssl/bin/openssl I've configured nginx build with ./configure \ ... --with-cc-opt='... -I/usr/local/ssl/include -I