Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 4019

Summary: libgda does not compile with LDAP support
Product: Gentoo Linux Reporter: Michael Illgner <fillg1>
Component: [OLD] GNOMEAssignee: Gabriele Giorgetti <gabriele_giorgetti>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Michael Illgner 2002-06-22 08:17:53 UTC
the actual libgda 0.96 does not compile, if the USE variable LDAP is set.
In gda-ldap-connection.c the function gda-ldap-error-make references to
a struct ldap with a member ld_errno, which is not defined in any include
on my system. I have openldap 2.0.23 installed. What is going wrong here ?
Comment 1 Edward Muller 2002-07-06 19:39:34 UTC
If libgda's ./configure picks up ldap libraries it will try to build with ldap
support even if ldap is not in your use variables.

emerge unmerge openldap

emerge libgda

emerge openldap

fixes it for me...
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2002-07-11 06:50:30 UTC
hi Aliz,

can you investigate this issue pleasE?
Comment 3 Gabriele Giorgetti 2002-07-29 17:24:34 UTC
Fixed in libgda-0.2.96-r2
There is also a new libgda version (0.8.192) in portage
which no longer requires LDAP.