From: Kurt Zeilenga Date: Thu, 17 Dec 1998 18:32:36 +0000 (+0000) Subject: Update based upon latest errors. X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~924 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c5f299acf8bd9be4d46f759d5df7df2fa2f35fec;p=openldap Update based upon latest errors. --- diff --git a/doc/install/hints/Solaris b/doc/install/hints/Solaris index 7969df586d..4f22f6d276 100644 --- a/doc/install/hints/Solaris +++ b/doc/install/hints/Solaris @@ -8,25 +8,25 @@ Solaris 2.6, pthread_create() in -lc The Standard C library (-lc) contains pthread functions which are not compatible with and are not useable. The -autoconf system does not detect this incompatibility nor -attempts to resolve it. Consequently, slapd/slurpd will not -work correctly using out-of-the-box settings. Slapd will -report an error such as: - listener pthread_create failed +autoconf system will detect this incompatibility but does not +attempts to resolve it. configure will exit using +out-of-the-box settings with the error: + checking if pthread_create() works... no + configure: error: pthread.h and pthread_create are not compatible To resolve this problem, the installer must specify the proper Pthreads libraries: - LIBS="-lpthread -lposix4" - ./configure + LIBS="-lpthread -lposix4" + ./configure OR use Solaris (LWP) Threads - ./configure --with-threads=lwp + ./configure --with-threads=lwp OR disable threads: - ./configure --without-threads + ./configure --without-threads NDBM on Solaris Solaris NDBM and OpenLDAP appears to be incompatible. Use -GDBM or Berkeley DB2. +Berkeley DB2 or GDBM.