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_e
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(X50
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_m