Thanks, but no. I'm still getting that error: ***** cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/event/ngx_event_openssl.o \ src/event/ngx_event_openssl.c src/event/ngx_event_openssl.c: In function ‘ngx_ssl_handshake’: src/event/ngx_event_openssl.c:1165:31: errby vindicator - Nginx Mailing List - English
Looks like it isn't just nginx (or even more likely IS an openssl issue) because I just encountered it again with pjproject: ***** ../src/pj/ssl_sock_ossl.c:1001:5: warning: implicit declaration of function ‘M_ASN1_STRING_length’ [-Wimplicit-function-declaration] len = M_ASN1_STRING_length(X509_get_serialNumber(x)); ^ ../src/pj/ssl_sock_ossl.c: In function ‘pj_ssl_sock_get_infby vindicator - Nginx Mailing List - English
I swear I had built the hg default version on my AMD64 just fine, but now I'm doing it on my ARM device running Ubuntu 15.04 with kernel 4.2. I used the default system openssl, but also tried with the master git version all with the same result. Attempts with: 1) ./auto/configure --with-http_ssl_module --with-ipv6 2) ./auto/configure --with-http_ssl_module --with-ipv6 --with-cc-opt="-Iby vindicator - Nginx Mailing List - English