mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Update docs with references to appropriate FAQ-O-Matic pages.
This commit is contained in:
parent
a31de60768
commit
4a38390906
6
INSTALL
6
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
|
** It is recommended that you read or at least skim through ALL of the
|
||||||
** instructions in this file before attempting to build the software.
|
** 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.
|
** 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
|
If you want to build binaries for more than one platform from a single
|
||||||
|
12
README
12
README
@ -80,14 +80,16 @@ DOCUMENTATION
|
|||||||
doc/devel Developer Information
|
doc/devel Developer Information
|
||||||
doc/drafts LDAP-related IETF drafts
|
doc/drafts LDAP-related IETF drafts
|
||||||
doc/install Installation and Integration
|
doc/install Installation and Integration
|
||||||
doc/man Raw man(1) pages
|
doc/man Raw man(1) pages
|
||||||
doc/rfcs LDAP-related Request for Comments
|
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,
|
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/
|
||||||
|
|
||||||
http://www.OpenLDAP.org/
|
The OpenLDAP Software FAQ is available at:
|
||||||
|
http://www.openldap.org/faq/index.cgi?file=2
|
||||||
|
|
||||||
|
|
||||||
FEEDBACK / PROBLEM REPORTS / DISCUSSIONS
|
FEEDBACK / PROBLEM REPORTS / DISCUSSIONS
|
||||||
|
@ -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:
|
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
|
databases/gdbm GNU Database Manager
|
||||||
devel/autoconf GNU Autoconf
|
devel/autoconf GNU Autoconf
|
||||||
devel/libtool GNU Autoconf
|
devel/libtool GNU Autoconf
|
||||||
|
@ -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
|
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
|
file build/db.2.x.README carefully. The Berkeley package must be build
|
||||||
appropriately to support threaded applications as expected.
|
appropriately to support threaded applications as expected.
|
||||||
|
@ -3,6 +3,8 @@ Sun Solaris Hints
|
|||||||
** This file covers Solaris 2 and later releases. **
|
** This file covers Solaris 2 and later releases. **
|
||||||
** Solaris 1.X is covered in the SunOS hints file. **
|
** 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
|
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
|
To resolve this problem, the installer must specify the
|
||||||
proper Pthreads libraries:
|
proper Pthreads libraries:
|
||||||
LIBS="-lpthread -lposix4"
|
LIBS="-lpthread -lposix4"; export LIBS
|
||||||
./configure
|
./configure
|
||||||
|
|
||||||
OR use Solaris (LWP) Threads
|
On some versions of Solaris, you may be able to use Solaris LWP
|
||||||
|
Threads:
|
||||||
./configure --with-threads=lwp
|
./configure --with-threads=lwp
|
||||||
|
|
||||||
OR disable threads:
|
On some versions of Solaris, you may be able to build without
|
||||||
|
threads.
|
||||||
./configure --without-threads
|
./configure --without-threads
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,3 +3,4 @@ Sun SunOS Hints
|
|||||||
** This file covers SunOS 4.X and eariler releases. **
|
** This file covers SunOS 4.X and eariler releases. **
|
||||||
** SunOS 5.X is covered in the Solaris hints file. **
|
** SunOS 5.X is covered in the Solaris hints file. **
|
||||||
|
|
||||||
|
http://www.openldap.org/faq/index.cgi?file=13
|
||||||
|
2
doc/install/hints/readme
Normal file
2
doc/install/hints/readme
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
Last platform hints are available at:
|
||||||
|
http://www.openldap.org/faq/index.cgi?file=9
|
Loading…
Reference in New Issue
Block a user