Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 497590 - net-nds/openldap should (optionally) install mdb_stat
Summary: net-nds/openldap should (optionally) install mdb_stat
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo LDAP project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-09 00:32 UTC by Paul B. Henson
Modified: 2014-10-12 06:27 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 Paul B. Henson 2014-01-09 00:32:30 UTC
Current versions of openldap include the new mdb backend (which is enabled by default, and hence works even though the current ebuild doesn't explicitly mention it). If you're using mdb, you really need the mdb_stat tool, which is included in the liblmdb bundled with openldap but not built or installed.

Ideally I suppose an mdb flag should be added to control whether or not that backend is available and also control whether or not the mdb_stat tool is installed.

Roughly, the ebuild needs to

cd openldap-$(LDAP_VERSION)/libraries/liblmdb
make
cp mdb_stat <staging dir>


Reproducible: Always
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2014-10-12 06:27:31 UTC
in 2.4.40