Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 62772 - openldap aci support for current ebuild and for feature versions as additional USE variable
Summary: openldap aci support for current ebuild and for feature versions as additiona...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-03 18:19 UTC by Leonardo Di Lella
Modified: 2004-09-03 20:22 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 Leonardo Di Lella 2004-09-03 18:19:28 UTC
Many programs like open-xchange, to name one, needs ACI support in the current openldap. The unstable openldap-2.2.14 does it hardcoded but this version has dropped two symlinks libldap.so.2 and liblber.so.2.

IUSE="aci"

src_compile() {
   ...
   if use aci; then
      einfo "Using ACI"
      myconf="${myconf} --enable-aci"
   fi
   ...  
}
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2004-09-03 20:22:47 UTC
you shouldn't be linking against those symlinks.
you should be using /usr/lib/libldap.so and /usr/lib/liblber.so

ACI will be always enabled in 2.2, it's needed for a bunch of other things I'm doing. Don't expected it to be in ~arch for a few weeks still.