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

Re: Test script doesn´t pass



> I am trying to install openldap_1.2.11 on Solaris 2.6
> I have installed gdbm on this machine.
> I run:
> env LIBS="-lpthread -lposix4" .configure ----with-ldbm-api=gdbm
./configure
Oh, you should no compile slapd on a Solaris-box with threads enabled ...
see the FAQ for this.

> First of all - I see on the screen backend:ldbm...is it right?...I thought
I
> did change it to gdbm
> then i get fatal error when the script tries to build slapd database.
> The error message is: libgdbm.so.2: open failed: no such file or directory
> And then message that: ./scripts/test001-ldif2ldbm failed (exit 137)
> Anyone who knows what exactly happens ?   .... :-)
> I wish I did know Unix, but I am only a curious person and I need to try
> slapd.
You linked in a certain dbm library (gdbm) which does not exist on your
system. I suggest switch from
--with-ldbm-api=gdbm to --with-ldbm-api=db2 and compile the BerkeleyDB
(http://www.sleepycat.com) first.


Wolfgang