[Bug 51129] Function name conflict (ldap_connect) with OpenLDAP 2.5

WineHQ Bugzilla wine-bugs at winehq.org
Wed May 12 01:14:57 CDT 2021


https://bugs.winehq.org/show_bug.cgi?id=51129

--- Comment #2 from Hans Leidekker <hans at 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?

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list