[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Building current stable.



On Tue, 4 Sep 2001, Robert Harris wrote:

> checking for gdbm.h... no
> checking for db... no
> configure: warning: could not find suitable LDBM backend
> configure: error: select appropriate LDBM options or disable
>
> What's it looking for?

A simple database library. Standard choices include the Berkeley DB
(http://www.sleepycat.com) and the Gnu DBM
(http://www.gnu.org/software/gdbm/gdbm.html). You will need the
development libraries (.h and .a files), not just the compiled objects
(.so files) to compile OpenLDAP.