Hello,
Roger Thomas <sniper@home.net.my> writes:
forgot to give the error msgs: [root@devel openldap-2.2.13]# make test cd tests; make test
[...]
Test failed ./scripts/test000-rootdse failed (exit 1)
make[2]: *** [bdb-yes] Error 1 make[2]: Leaving directory `/home/roger/openldap-2.2.13/tests' make[1]: *** [test] Error 2 make[1]: Leaving directory `/home/roger/openldap-2.2.13/tests' make: *** [test] Error 2 [root@devel openldap-2.2.13]#
make test requires a bdb backend, which you haven't compiled. cd tests/ make ldbm will do the trick.