https://bugs.winehq.org/show_bug.cgi?id=51129
--- Comment #2 from Hans Leidekker hans@meelstraat.net --- (In reply to Sergio Durigan Junior from comment #0)
Wine installs the "/usr/include/wine/wine/windows/winldap.h" file, which exports the ldap_connect function:
ULONG CDECL ldap_connect(LDAP*,struct l_timeval*);
With the recent OpenLDAP 2.5 release, we now have an "ldap_connection" function being exported by it as well (with a different prototype):
https://git.openldap.org/openldap/openldap/-/blame/OPENLDAP_REL_ENG_2_5_4/ include/ldap.h#L1553
This will need to be fixed in order to prevent linking problems with OpenLDAP.
What linking problem do you see?