Issue 9550 - lloadd fails to compile without TLS
Summary: lloadd fails to compile without TLS
Status: VERIFIED DUPLICATE of issue 8747
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: lloadd (show other issues)
Version: 2.5.4
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-08 05:31 UTC by Ryan Tandy
Modified: 2021-05-10 15:08 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Ryan Tandy 2021-05-08 05:31:47 UTC
./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
Comment 1 Ondřej Kuzník 2021-05-08 14:51:36 UTC
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
Comment 2 Howard Chu 2021-05-08 15:14:53 UTC

*** This issue has been marked as a duplicate of issue 8747 ***
Comment 3 Ryan Tandy 2021-05-08 16:08:38 UTC
(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