Hi,
I ammtrying to install openldap and make
test succeeds on all 16
tests but notes
---
ln: ./data: cannot overwrite
directory
make[1]: [test-ldbm] Error 1 (ignored) ln: ./schema: File exists make[1]: [test-ldbm] Error 1 (ignored) run configure with --enable-ldbm ---
In the event I do run configure with
--enable-dbm and go thru make depend & make,
make test stops at test007 with replication
failed
Any help appreciated.
Here is my configure command and the box runs redhat linux kernel
2.2.14-5.0
export CFLAGS="-pthread
-I/usr/local/BerkeleyDB.4.1/include -I/usr/local/ssl/include"
export CXXFLAGS="-pthread -I/usr/local/BerkeleyDB.4.1/include -I/usr/local/ssl/include" export LDFLAGS="-L/usr/local/BerkeleyDB.4.1/lib -L/usr/local/ssl/lib" export LIBS='-ldb-4.1 -lssl' ./configure --with-bdb-libdir=/usr/local/BerkeleyDB.4.1/lib \ --with-bdb-incdir=/usr/local/BerkeleyDB.4.1/include Thanks
S. Sriram
|