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

RE: Building current stable.



Ah, perfect.  I had libdb3, but not libdb3-dev.

> -----Original Message-----
> From: David Wright [mailto:ichbin@heidegger.rprc.washington.edu]
> Sent: Tuesday, September 04, 2001 3:16 PM
> To: Robert Harris
> Cc: Openldap-Software (E-mail)
> Subject: 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.
>