Welcome! Log In Create A New Profile

Advanced

"Dereferencing Pointer To Incomplete Type" on ARM

August 19, 2015 09:15AM
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="-I /usr/local/ssl/include -I /usr/local/include" --with-ld-opt="-L /usr/local/ssl/lib -L /usr/local/lib"
3) ./auto/configure --with-ipv6 --with-http_ssl_module --with-openssl=/src/openssl/
and of course "make".
*****
src/event/ngx_event_openssl.c: In function ‘ngx_ssl_handshake’:
src/event/ngx_event_openssl.c:1164:31: error: dereferencing pointer to incomplete type
if (c->ssl->connection->s3) {
^
src/event/ngx_event_openssl.c:1165:31: error: dereferencing pointer to incomplete type
c->ssl->connection->s3->flags |= SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS;
^
*****

"./auto/configure --with-ipv6" built with no problems.
Subject Author Posted

"Dereferencing Pointer To Incomplete Type" on ARM

vindicator August 19, 2015 09:15AM

Re: "Dereferencing Pointer To Incomplete Type" on ARM

vindicator August 20, 2015 05:45AM

Re: "Dereferencing Pointer To Incomplete Type" on ARM

Maxim Dounin August 24, 2015 12:26PM

Re: "Dereferencing Pointer To Incomplete Type" on ARM

vindicator August 24, 2015 10:40PM

Re: "Dereferencing Pointer To Incomplete Type" on ARM

Maxim Dounin August 25, 2015 09:54AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 282
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready