Problems getting mdb_stat to work

2012-11-27 Thread Mark Cairney
Hi, I've acquired the libmdb tools from the Gitorious page. I've got it to compile (with some warnings, see below) but it throws an error when I try and run mdb_stat on the mdb directory: Compilation yields the following: [root@birch libmdb]# ./make.sh gcc -pthread -O2 -g -DMDB_DSYNC=O_SYNC

Re: Problems getting mdb_stat to work

2012-11-27 Thread Howard Chu
Mark Cairney wrote: Hi, I've acquired the libmdb tools from the Gitorious page. I've got it to compile (with some warnings, see below) but it throws an error when I try and run mdb_stat on the mdb directory: Your first mistake was not actually reading the gitorious page. Go read it again.

Re: Problems getting mdb_stat to work

2012-11-27 Thread Mark Cairney
On 27/11/2012 19:29, Howard Chu wrote: Your first mistake was not actually reading the gitorious page. Go read it again. The OpenLDAP source tree already includes the MDB source code. D'oh! Indeed sitting in my openldap source directory there is a libraries/libmdb directory with a