From: Kurt Zeilenga Date: Wed, 25 Nov 1998 23:47:14 +0000 (+0000) Subject: Add hint files for Solaris and SunOS. X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~1023 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e9c9e54703e738944a3e43e10e58cde6f90bc7fd;p=openldap Add hint files for Solaris and SunOS. --- diff --git a/doc/install/hints/Solaris b/doc/install/hints/Solaris new file mode 100644 index 0000000000..3bb53a434d --- /dev/null +++ b/doc/install/hints/Solaris @@ -0,0 +1,24 @@ +Sun Solaris Hints + +** This file covers Solaris 2 and later releases. ** +** Solaris 1.X is covered in the SunOS hints file. ** + + +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 + +To resolve this problem, the installer must specify the +proper Pthreads libraries: + LIBS="-lpthread -lposix4" + ./configure + +to use OR disable threads: + ./configure --without-threads + diff --git a/doc/install/hints/SunOS b/doc/install/hints/SunOS new file mode 100644 index 0000000000..64dd097444 --- /dev/null +++ b/doc/install/hints/SunOS @@ -0,0 +1,5 @@ +Sun SunOS Hints + +** This file covers SunOS 4.X and eariler releases. ** +** SunOS 5.X is covered in the Solaris hints file. ** +