On 02/25/2013 02:14 PM, Wietse Venema wrote:
Quanah Gibson-Mount:
I will evaluate the MDB client once there is an MDB library package
for a main-stream Linux or *BSD platform.
That is, something that installs MDB include files, an MDB object
library file, and MDB documentation in /usr/{include,lib,man} or
/usr/local/{include,lib,man}.
You can accelerate this process by monitoring the repositories.
Arch Linux now has a package for it:
<https://aur.archlinux.org/packages/mdb-git/>
This resolves to a totally-undocumented shell script with
totally-undocumented external dependencies. No "usage" message, not
even a manpage.
Hi Wietse,
The documentation for MDB can be found here:
http://symas.com/mdb/doc/index.html
The source (git head) can be downloaded here:
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=shortlog;h=refs/heads/mdb.master
On my CentOS 6.3 x86_64 box libmdb compiles with a simple make and make
install puts it by default in /usr/local. It contains manpages too.
Is that what you are looking for or do you need an actual packaged
version like an RPM?
Regards,
Patrick