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

make test error



when I do a make test, I get the following error:

cd tests; make test
make[1]: Entering directory `/usr/local/src/ldap/openldap-2.0.4/tests'
ln: ./data: cannot overwrite directory
make[1]: [test-ldbm] Error 1 (ignored)
Initiating LDAP tests for LDBM...
>>>>> Executing all LDAP tests...
>>>>> Test Directory: .
>>>>> Backend: ldbm
>>>>> Starting test000-rootdse ...
running defines.sh . ldbm
Datadir is ./data
Cleaning up in ./test-db...
Starting slapd on TCP/IP port 9009...
Using ldapsearch to retrieve all the entries...
kill: (20648) - No such pid
../clients/tools/ldapsearch: error in loading shared libraries: libsasl.so.7: cannot open shared object file: No such file or directory
>>>>> Test failed
>>>>> ./scripts/test000-rootdse failed (exit 127)
make[1]: *** [test-ldbm] Error 127
make[1]: Leaving directory `/usr/local/src/ldap/openldap-2.0.4/tests'
make: *** [test] Error 2

I have libsasl.so.7 in /usr/local/lib/libsasl.so.7.  What do I need to 
do to fix this.

Thanks.