]> git.sur5r.net Git - openldap/blobdiff - doc/install/hints/Solaris
Update docs with references to appropriate FAQ-O-Matic pages.
[openldap] / doc / install / hints / Solaris
index 4f22f6d27642f0c6f1bbda55b373719fc061ccee..271d2ebdffda10464f9088316f4601c2f365d233 100644 (file)
@@ -3,6 +3,8 @@ Sun Solaris Hints
 ** This file covers Solaris 2 and later releases.  **
 ** Solaris 1.X is covered in the SunOS hints file. **
 
+Latest Solaris hints are available at:
+  http://www.openldap.org/faq/index.cgi?file=10
 
 Solaris 2.6, pthread_create() in -lc
 
@@ -16,13 +18,15 @@ out-of-the-box settings with the error:
 
 To resolve this problem, the installer must specify the
 proper Pthreads libraries:
-  LIBS="-lpthread -lposix4"
+  LIBS="-lpthread -lposix4"; export LIBS
   ./configure
 
-OR use Solaris (LWP) Threads
+On some versions of Solaris, you may be able to use Solaris LWP
+Threads:
   ./configure --with-threads=lwp
 
-OR disable threads: 
+On some versions of Solaris, you may be able to build without
+threads.
   ./configure --without-threads