]> git.sur5r.net Git - openldap/commitdiff
Last minute updates to platform hints
authorKurt Zeilenga <kurt@openldap.org>
Tue, 1 Dec 1998 04:11:18 +0000 (04:11 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 1 Dec 1998 04:11:18 +0000 (04:11 +0000)
doc/install/hints/FreeBSD
doc/install/hints/Solaris

index 0127c7508612ed5a7ba2dbef490ebaf33d7db81f..9f9856dd8dcf0b6ee3d695c4554ad9e5e136359c 100644 (file)
@@ -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
 
index 3bb53a434d4385f86836217b9c3968157e13ce60..8744c6a8fca195b8ed2336f975a1d9897119574e 100644 (file)
@@ -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