https://bugs.openldap.org/show_bug.cgi?id=9550
Issue ID: 9550 Summary: lloadd fails to compile without TLS Product: OpenLDAP Version: 2.5.4 Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: --- Component: lloadd Assignee: bugs@openldap.org Reporter: ryan@openldap.org Target Milestone: ---
./configure --without-tls --enable-balancer && make
...
Entering subdirectory lloadd make[2]: Entering directory '/home/ryan/tmp/openldap/servers/lloadd' ../../build/mkversion -v "2.X" -s -n Versionstr lloadd > version.c cc -g -O2 -I../../include -I. -I./../slapd -I../../include -c -o backend.o backend.c cc -g -O2 -I../../include -I. -I./../slapd -I../../include -c -o bind.o bind.c cc -g -O2 -I../../include -I. -I./../slapd -I../../include -c -o config.o config.c cc -g -O2 -I../../include -I. -I./../slapd -I../../include -c -o connection.o connection.c cc -g -O2 -I../../include -I. -I./../slapd -I../../include -c -o client.o client.c client.c: In function ‘client_tls_handshake_cb’: client.c:363:10: error: ‘LloadConnection’ has no member named ‘c_is_tls’ 363 | c->c_is_tls = LLOAD_TLS_ESTABLISHED; | ^~ client.c: In function ‘client_init’: client.c:418:10: error: ‘LloadConnection’ has no member named ‘c_is_tls’ 418 | c->c_is_tls = LLOAD_LDAPS; | ^~ make[2]: *** [<builtin>: client.o] Error 1
https://bugs.openldap.org/show_bug.cgi?id=9550
--- Comment #1 from Ondřej Kuzník ondra@mistotebe.net --- On Sat, May 08, 2021 at 05:31:47AM +0000, openldap-its@openldap.org wrote:
./configure --without-tls --enable-balancer && make
Already pending merge in https://git.openldap.org/openldap/openldap/-/merge_requests/326
https://bugs.openldap.org/show_bug.cgi?id=9550
Howard Chu hyc@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|UNCONFIRMED |RESOLVED
--- Comment #2 from Howard Chu hyc@openldap.org ---
*** This issue has been marked as a duplicate of issue 8747 ***
https://bugs.openldap.org/show_bug.cgi?id=9550
--- Comment #3 from Ryan Tandy ryan@openldap.org --- (In reply to Ondřej Kuzník from comment #1)
On Sat, May 08, 2021 at 05:31:47AM +0000, openldap-its@openldap.org wrote:
./configure --without-tls --enable-balancer && make
Already pending merge in https://git.openldap.org/openldap/openldap/-/merge_requests/326
Thanks, sorry for missing that
https://bugs.openldap.org/show_bug.cgi?id=9550
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED