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