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

Re: problem building openldap



> I'm trying to build the openldap-1.2.11 package, on HPUX 11.0. I'm doing
> the following
>
> 1. LIBS="-lpthread -ldbm" ./configure --enable-slapd=yes --enable-ldbm=auto
>
> when I run the above command I get the following warning
>
> configure: warning: could not find suitable ldbm backend
> configure: warning: disabling LDBM
>

It looks as if you need to install a dbm package.  You might want to try 
GNU's dbm software called gdbm.  http://www.gnu.org/software/gdbm/gdbm.html
You can get it at any GNU mirror.  

Brian Wert