From: Kurt Zeilenga Date: Tue, 1 Dec 1998 04:11:18 +0000 (+0000) Subject: Last minute updates to platform hints X-Git-Tag: OPENLDAP_REL_ENG_1_1_BETA~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87f57351ed5dc52b63375862ea843a417c42e524;p=thirdparty%2Fopenldap.git Last minute updates to platform 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