https://bugs.openldap.org/show_bug.cgi?id=10056
--- Comment #6 from Ondřej Kuzník ondra@mistotebe.net --- On Wed, May 24, 2023 at 06:46:40PM +0000, openldap-its@openldap.org wrote:
Checked, build with musl libc, but dynamically linked passes tests fine.
I've tried to get started with nixpgs but commit f9e32f61282275eb5fa9064e08bbd0a92d1187de doesn't seem to exist in the https://github.com/NixOS/nixpkgs repo and going with master gets me an error that systemd-minimal-253.3 is "marked as broken".
Compiling with --enable-static --disable-shared on a Debian system (libc) doesn't pick up anything wrong and getting a musl toolchain for libtool etc is taking a while, so I'll probably stop right here for now.
Looking at the provided testrun, things run just fine, then servers are reconfigured and server2 starts complaining about TLS failures and as a result it never receives the remaining changes. Can you pass SLAPD_DEBUG=-1 to "make test" and provide the testrun again? This will enable more detailed logging. BTW, which TLS implementation are you using? It's not being passed to configure but I assume OpenSSL, can you confirm?
Thanks,