[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: error compiling openldap 2.2.8 on Solaris 8 using gcc 3.3
Thanks so much for the help. We finally got openldap2.2.8 compiled on Solaris
2.8 using gcc 3.3 and berkeley db 4.2.52.NC. The configuration options we
used are:
./configure --prefix=/usr/local/openLDAP_2.2.8 \
--with-ldbm-api=berkeley \
--enable-bdb \
--enable-wrappers \
--enable-perl
However, when we tried "make test", it failed with the following message:
90>make test
cd tests; make test
Initiating LDAP tests for BDB...
Cleaning up test run directory leftover from previous run.
Running ./scripts/all...
>>>>> Executing all LDAP tests for bdb
>>>>> Starting test000-rootdse ...
running defines.sh
Starting slapd on TCP/IP port 9011...
Using ldapsearch to retrieve the root DSE...
Waiting 5 seconds for slapd to start...
Waiting 5 seconds for slapd to start...
Waiting 5 seconds for slapd to start...
Waiting 5 seconds for slapd to start...
Waiting 5 seconds for slapd to start...
Waiting 5 seconds for slapd to start...
ldap_bind: Can't contact LDAP server (-1)
>>>>> Test failed
>>>>> ./scripts/test000-rootdse failed (exit 1)
*** Error code 1
make: Fatal error: Command failed for target `bdb-yes'
Current working directory /SOURCE/openldap_2.2.8.dir/tests
*** Error code 1
make: Fatal error: Command failed for target `test'
Current working directory /SOURCE/openldap_2.2.8.dir/tests
*** Error code 1
make: Fatal error: Command failed for target `test'
Any ideas what went wrong? Thanks in advance.
Ziying Sherwin