From b1d1832f7f0f0ee911df9222be8336df891b42ce Mon Sep 17 00:00:00 2001
From: Kurt Zeilenga <kurt@openldap.org>
Date: Wed, 2 Jun 1999 03:34:38 +0000
Subject: [PATCH] Update Solaris hints (remove pthread_create hint). Add new
 README.

---
 doc/install/hints/README  |  2 ++
 doc/install/hints/Solaris | 26 --------------------------
 2 files changed, 2 insertions(+), 26 deletions(-)
 create mode 100644 doc/install/hints/README

diff --git a/doc/install/hints/README b/doc/install/hints/README
new file mode 100644
index 0000000000..71dddbb26c
--- /dev/null
+++ b/doc/install/hints/README
@@ -0,0 +1,2 @@
+For latest platform hints, see:
+	http://www.openldap.org/faq/index.cgi?file=9
diff --git a/doc/install/hints/Solaris b/doc/install/hints/Solaris
index 271d2ebdff..ee25ac7adc 100644
--- a/doc/install/hints/Solaris
+++ b/doc/install/hints/Solaris
@@ -6,31 +6,5 @@ Sun Solaris Hints
 Latest Solaris hints are available at:
   http://www.openldap.org/faq/index.cgi?file=10
 
-Solaris 2.6, pthread_create() in -lc
-
-The Standard C library (-lc) contains pthread functions which
-are not compatible with <pthread.h> and are not useable.  The
-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"; export LIBS
-  ./configure
-
-On some versions of Solaris, you may be able to use Solaris LWP
-Threads:
-  ./configure --with-threads=lwp
-
-On some versions of Solaris, you may be able to build without
-threads.
-  ./configure --without-threads
-
-
-NDBM on Solaris
-
 Solaris NDBM and OpenLDAP appears to be incompatible.  Use
 Berkeley DB2 or GDBM.
-- 
GitLab