]> git.sur5r.net Git - openldap/blob - README
Sucked in too much of portable.h.bot <ldap_features.h>
[openldap] / README
1 OpenLDAP 1.1.1 README
2         This is the OpenLDAP Release 1.1.1.
3
4         For a description of what this distribution contains, see the
5         ANNOUNCEMENT file in this directory.  For a description of
6         changes from previous releases, see the CHANGES file in this
7         directory.
8
9         For a more detailed description of how to make an install the
10         distribution, see the INSTALL file in this directory.  Additional
11         installation information, such as per platform hints can be found
12         in the doc/install directory.
13
14         For more information:
15                 http://www.OpenLDAP.org/software/
16
17
18 REQUIRED SOFTWARE
19         Build OpenLDAP requires the following software components:
20
21         Base system (libraries and tools):
22                 Standard C compiler, headers, and libraries
23                 POSIX REGEX headers and libraries
24
25         SLAPD:
26                 LDBM compatible datastore
27                         (Sleepycat Berkeley DB 2.3.16 or GDBM)
28
29         SLURPD:
30                 LTHREAD compatible thread package
31                         (POSIX pthreads, MIT pthreads, Mach Cthreads or Sun LWP)
32
33         LDAPD:
34                 ISODE compatible X.500 distribution
35
36         CLIENTS/CONTRIB ware:
37                 Depends on package.  See per package README.
38                 
39
40 MAKING AND INSTALLING THE DISTRIBUTION
41         This is a quick guide.  For details, see the INSTALL file.
42
43         % ./configure
44                 configure OpenLDAP for current platform
45
46         % make depend
47                 this will create dependency information
48
49         % make 
50                 this will build the system
51
52         % su
53         # make install
54
55         in this directory.  This should produce something that basically
56         works.  You can "cd tests; make" to verify the build.
57
58         See the INSTALL file in this directory for more information.
59
60
61 DOCUMENTATION
62         There are man pages for most programs in the distribution and
63         routines in the various libraries.  See ldap(3) for details.
64
65         Additional documentation can be found in the doc directory.
66                 doc/devel   Developer Information
67                 doc/drafts  LDAP-related IETF drafts
68                 doc/install Installation and Integration
69                 doc/man     Raw man(1) pages
70                 doc/rfcs    LDAP-related Request for Comments
71
72         There is an OpenLDAP home page available that contains the latest
73         LDAP news, releases announcements, pointers to other LDAP resources,
74         etc..  It is located at:
75                 http://www.OpenLDAP.org/
76
77         The OpenLDAP Software FAQ is available at:
78                 http://www.openldap.org/faq/index.cgi?file=2
79
80
81 FEEDBACK / PROBLEM REPORTS / DISCUSSIONS
82         We would appreciate any feedback you can provide.  If you have
83         problems, report them using our Issue Tracking System:
84
85                 http://www.OpenLDAP.com/its/
86
87         or by sending e-mail to:
88
89                 OpenLDAP-its@OpenLDAP.org
90
91         Additional mailing lists are available.  Please see:
92
93                 http://www.OpenLDAP.com/lists/
94