[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
failing to "make test" in openldap installation
- To: openldap-technical@openldap.org
- Subject: failing to "make test" in openldap installation
- From: kibirango moses <kibsmoses@gmail.com>
- Date: Thu, 16 Dec 2010 12:27:43 +0300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=yjgo5M8+JtqwcPuVIGnMzClXI7xeymyYhEbaRwwg4B8=; b=sUl0rMo6o+qXq9tsvfCNujyE7sAMiefLTwSlLgQg81zIoJYvt0U6A3TdsvK6fEPfMo oiCEfZRtJMd6UnHaRKRoBbEtLFjZ9tG0T+05RJWJQi762r8bhOXtVWka5MhJ4fAADY/Y y/wc8yMYV7xla6J7i2dA18GMRwuWuPGMrGlZM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=CVhOu0dxHAja+n6I/rQMRL3u99zeySCxZovONuHdRGiLDbH28Hsv/yxzU5OLUDwt0c UUlpxyI16z/sj6za10QTs60uY06qJ2olzClx9wOTOCj+ffAn6zeCTqbDXltQFtYskHzH 4Bl1qYTmmzbV4mv7zoENs6ef02Ywy1TWJJJr0=
Hullo everyone
I am installing Openldap but in am failing to test and below are my installation commands:
env
CPPFLAGS="-I/usr/local/BerkeleyDB.5.1/include -I/usr/local/ssl/include/openssl"
\
LDFLAGS="-L/usr/local/BerkeleyDB.5.1/lib
-L/usr/local/ssl/lib" \
./configure --sysconfdir=/etc --with-cyrus-sasl
--with-threads --with-tls --with-yielding-select --with-mp --enable-slapd --enable-slurpd --enable-cleartext
--enable-bdb --enable-ldap --enable-monitor --enable-perl --enable-sql --enable-syslog --enable-spasswd
make test has the following errors at the end
Initiating LDAP tests for BDB...
Could not locate slapd(8)
make[2]: *** [bdb-yes] Error 1
make[2]: Leaving directory `/usr/local/src/openldap-2.4.23/tests'
make[1]: *** [test] Error 2
make[1]: Leaving directory `/usr/local/src/openldap-2.4.23/tests'
make: *** [test] Error 2
root@mailbackup:/usr/local/src/openldap-2.4.23#
Anybody to help me go over this?
Thanx