From: Kurt Zeilenga Date: Tue, 1 Dec 1998 00:57:42 +0000 (+0000) Subject: Update hints. X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~984 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=aa65400d3b09cc41a7708c6456bb616bb8875994;p=openldap Update hints. --- diff --git a/doc/install/hints/FreeBSD b/doc/install/hints/FreeBSD index 0127c75086..9f9856dd8d 100644 --- a/doc/install/hints/FreeBSD +++ b/doc/install/hints/FreeBSD @@ -2,6 +2,7 @@ The following FreeBSD ports and packages may be useful: databases/db Berkeley DB2 databases/gdbm GNU Database Manager devel/autoconf GNU Autoconf + devel/libtool GNU Autoconf devel/gdb GNU Debugger lang/egcs EGCS enhanced GNU C Suite security/tcp_wrappers TCP Wrappers @@ -10,5 +11,5 @@ FreeBSD 3.0 no special options FreeBSD 2.2.5 (and prior?) - requires --without-preemptive + requires --without-yielding-select or --without-threads diff --git a/doc/install/hints/Solaris b/doc/install/hints/Solaris index 3bb53a434d..8744c6a8fc 100644 --- a/doc/install/hints/Solaris +++ b/doc/install/hints/Solaris @@ -19,6 +19,9 @@ proper Pthreads libraries: LIBS="-lpthread -lposix4" ./configure -to use OR disable threads: +OR use Solaris (LWP) Threads + ./configure --with-threads=lwp + +OR disable threads: ./configure --without-threads