Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4019 - libgda does not compile with LDAP support
Summary: libgda does not compile with LDAP support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gabriele Giorgetti
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-22 08:17 UTC by Michael Illgner
Modified: 2002-07-29 17:24 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.