]> git.sur5r.net Git - openldap/commitdiff
Import FAQ-o-Matic URLs from re11.
authorKurt Zeilenga <kurt@openldap.org>
Sun, 24 Jan 1999 02:17:56 +0000 (02:17 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 24 Jan 1999 02:17:56 +0000 (02:17 +0000)
INSTALL
README
doc/install/hints/FreeBSD
doc/install/hints/Linux
doc/install/hints/Solaris
doc/install/hints/SunOS
doc/install/hints/readme [new file with mode: 0644]

diff --git a/INSTALL b/INSTALL
index 5466685abf457f26ffbbb5d1f12d5f45ed7ba020..ba3a037a03bb83a2fca001f6cabc62f39e506b35 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -4,8 +4,12 @@ Making and Installing the OpenLDAP Distribution
 ** It is recommended that you read or at least skim through ALL of the
 ** instructions in this file before attempting to build the software.
 **
+** The OpenLDAP Installation FAQ is available at:
+**    http://www.openldap.org/faq/index.cgi?file=8
+**
 ** You should also check for platform specific hints.
-** These are located in doc/install/hints.
+** These are located in doc/install/hints or:
+**    http://www.openldap.org/faq/index.cgi?file=9
 **
 
 If you want to build binaries for more than one platform from a single
diff --git a/README b/README
index 1b7a42f2c3e478f59af8ccd31f1291ea6b627e4b..1d8062bdb36edb01b101a9e0e09f159d184b841c 100644 (file)
--- a/README
+++ b/README
@@ -66,15 +66,17 @@ DOCUMENTATION
                doc/devel   Developer Information
                doc/drafts  LDAP-related IETF drafts
                doc/install Installation and Integration
-               doc/man  Raw man(1) pages
-               doc/rfcs        LDAP-related Request for Comments
+               doc/man     Raw man(1) pages
+               doc/rfcs    LDAP-related Request for Comments
 
-       There is an OpenLDAP homepage available that contains the latest
+       There is an OpenLDAP home page available that contains the latest
        LDAP news, releases announcements, pointers to other LDAP resources,
-       etc. You can access it at this URL:
-
+       etc..  It is located at:
                http://www.OpenLDAP.org/
 
+       The OpenLDAP Software FAQ is available at:
+               http://www.openldap.org/faq/index.cgi?file=2
+
 
 FEEDBACK / PROBLEM REPORTS / DISCUSSIONS
        We would appreciate any feedback you can provide.  If you have
index 9f9856dd8dcf0b6ee3d695c4554ad9e5e136359c..ef5f42aa357bdf8a8a81591bbe556d1494c3733f 100644 (file)
@@ -1,5 +1,10 @@
+FreeBSD Hints
+
+Lastest FreeBSD hints are available at:
+       http://www.openldap.org/faq/index.cgi?file=15
+
 The following FreeBSD ports and packages may be useful:
-       databases/db            Berkeley DB2
+       databases/db            Berkeley DB 2.3.16
        databases/gdbm          GNU Database Manager
        devel/autoconf          GNU Autoconf
        devel/libtool           GNU Autoconf
index 4bf8fca36a8ae8f16dce71eab4534c8eb618f986..0e2cd01830d753c4aeca846e76a7974785c1476d 100644 (file)
@@ -1,3 +1,7 @@
+Linux Hints
+
+Latest: http://www.openldap.org/faq/index.cgi?file=18
+
 If Berkeley DB 2.x should be used with thread support activated, read the
 file build/db.2.x.README carefully. The Berkeley package must be build
 appropriately to support threaded applications as expected.
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
 
 
index 64dd097444f183ebcd1592d630562e517d0264e9..c01c1d77042a9c264050295ad2281c2762610ffd 100644 (file)
@@ -3,3 +3,4 @@ Sun SunOS Hints
 ** This file covers SunOS 4.X and eariler releases. **
 ** SunOS 5.X is covered in the Solaris hints file.  **
 
+http://www.openldap.org/faq/index.cgi?file=13
diff --git a/doc/install/hints/readme b/doc/install/hints/readme
new file mode 100644 (file)
index 0000000..d6ca777
--- /dev/null
@@ -0,0 +1,2 @@
+Last platform hints are available at:
+  http://www.openldap.org/faq/index.cgi?file=9