On 6/25/19 4:10 PM, Howard Chu wrote: > Michael Ströder wrote: >> For my understanding: Does 2.4.48 require applications linked to libldap >> to be rebuilt or is it ABI compatible? > > There should be no ABI changes.
Thanks for the confirmation. >> But dhcpd (using LDAP as backend) refuses to correctly start when using >> libldap 2.4.48. It says "Can't contact LDAP server" although the server >> is reachable. Looking at its strace output and slapd syslog dhcpd does >> not even try connecting to slapd. After reinstalling libldap 2.4.47 >> everything works again. Any idea how I could find out what's going wrong? dhcpd seems to dynamically link libldap 2.4.48 but fails to properly use it. Ciao, Michael.