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