Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 696932 - www-servers/nginx-1.17* - /usr/src/nginxmodule/nginx-auth-ldap/ngx_http_auth_ldap_module.c:1284:79: error: dereferencing pointer to incomplete type 'SSL' {aka 'struct ssl_st'}
Summary: www-servers/nginx-1.17* - /usr/src/nginxmodule/nginx-auth-ldap/ngx_http_auth_...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Thomas Deutschmann (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-08 06:15 UTC by John Blbec
Modified: 2019-10-08 10:54 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (www-servers:nginx-1.17.4:20191008-060622.log,42.29 KB, text/plain)
2019-10-08 06:23 UTC, John Blbec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description John Blbec 2019-10-08 06:15:16 UTC
/usr/src/nginxmodule/nginx-auth-ldap/ngx_http_auth_ldap_module.c:1284:79: error: dereferencing pointer to incomplete type 'SSL' {aka 'struct ssl_st'}
         int setcode = SSL_CTX_load_verify_locations(transport->ssl->connection->ctx,
Comment 1 John Blbec 2019-10-08 06:23:28 UTC
Created attachment 592108 [details]
build.log
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2019-10-08 06:25:31 UTC
Comment on attachment 592108 [details]
build.log

 * You are building custom modules via $NGINX_ADD_MODULES!
 * This nginx installation is not supported!
 * Make sure you can reproduce the bug without those modules
 * _before_ reporting bugs.
Comment 3 John Blbec 2019-10-08 06:34:22 UTC
@Jeroen you're right, please delete this ticket as i'm really able to compile nginx without custom modules. thanks for your support i didn't realized that...
Comment 4 Thomas Deutschmann (RETIRED) gentoo-dev 2019-10-08 10:54:09 UTC
Just curious: Why are you using external ngx-auth-ldap add-on?

Doesn't nginx_modules_http_auth_ldap, the 3rd party add-on we bundle, fit your needs?