Full_Name: james hartley Version: 2.3.27 OS: Solaris 10 URL: ftp://ftp.openldap.org/incoming/ Submission from: (NULL) (204.140.46.100)
built with gcc 3.4.6 using the following configure command.
$env LD_LIBRARY_PATH="/usr/local/lib:/usr/local/ssl/lib:/usr/local/BerkeleyDB.4.6/lib:/usr/lib/sasl2" LDFLAGS="-L/usr/local/lib -L/usr/local/ssl/lib -L/usr/local/BerkeleyDB.4.6/lib -L/usr/lib/sasl2 -R/usr/local/lib -R/usr/local/ssl/lib -R/usr/local/BerkeleyDB.4.6/lib -R/usr/lib/sasl2" CPPFLAGS="-I/usr/local/include -I/usr/local/ssl/include \ -I/usr/local/BerkeleyDB.4.6/include -I/usr/local/include/sasl" ./configure --enable-bdb --enable-crypt --with-tls --with-cyrus-sasl
compile looks good... However I get the following errors during make test... I could not find anything in the archives that pointed to a solution. Only others asking the same question for earlier versions of solaris ,, specifically solaris 8.
Can anyone give me a good lead in how to proceed. BTW I have run tests before I installed the software and after I installed the software... After the first test I installed the software anyway.
Thanks for any help.
cd tests; make test make[1]: Entering directory `/export/home/hartleyj/sunv420ldapconstruction_latest/openldap-2.3.37/tests' make[2]: Entering directory `/export/home/hartleyj/sunv420ldapconstruction_latest/openldap-2.3.37/tests' 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... 11851 Bus Error - core dumped 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... ./scripts/test000-rootdse: kill: no such process ldap_bind: Can't contact LDAP server (-1)
Test failed ./scripts/test000-rootdse failed (exit 1)
make[2]: *** [bdb-yes] Error 1 make[2]: Leaving directory `/export/home/hartleyj/sunv420ldapconstruction_latest/openldap-2.3.37/tests' make[1]: *** [test] Error 2 make[1]: Leaving directory `/export/home/hartleyj/sunv420ldapconstruction_latest/openldap-2.3.37/tests' make: *** [test] Error 2