]> git.sur5r.net Git - openldap/blob - README
Add PORT of ldap.conf support from -devel.
[openldap] / README
1 OpenLDAP 1.1 Alpha README
2
3     This is the OpenLDAP version 1.1 Alpha.
4
5         For a description of what this distribution contains, see the
6         ANNOUNCEMENT file in this directory.  For a description of
7         changes from previous releases, see the CHANGES file in this
8         directory.  For a more detailed description of how to make an
9         install the distribution, see the INSTALL file in this directory.
10
11         Additional installation information, such as per platform
12         hints can be found in the doc/install directory.
13
14         For more information:
15                 http://www.OpenLDAP.org/
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                         (Berkeley DB, Sleepycat DB2, 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                 autoconf OpenLDAP for current platform
45
46         % ./configure --help
47                 This will list the available options.
48                 The configure script will also use your environmental
49                 variables for determining compiler/linker options.
50                 These environment variables are used:
51                         CC                      C compiler      (cc, ecgs)
52                         CFLAGS          C Flags         (-ansi)
53                         CPPFLAGS        CPP Flags       (-I -D)
54                         LDFLAGS         LDFLAGS         (-L -l)
55
56         % [env settings] ./configure [options]
57                 this will configure the build system
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     You will probably want to do a little configuration to suit your
72     site, though.  There are one file you might want to edit:
73
74         include/ldapconfig.h.edit
75                 This file contains #defines used by many parts of the
76                 distribution.  You'll at least want to change DEFAULT_BASE.
77
78     See the INSTALL file in this directory for more information.
79
80
81 DOCUMENTATION
82     There are man pages for most programs in the distribution and
83     routines in the various libraries.  See ldap(3) for details.
84
85         Additional documentation can be found in the doc directory.
86                 doc/devel       Developer Information
87                 doc/drafts      LDAP-related IETF drafts
88                 doc/install     Installation and Integration
89                 doc/man         Raw man(1) pages
90                 doc/rfcs        LDAP-related Request for Comments
91
92     There is an OpenLDAP homepage available that contains the latest
93     LDAP news, releases announcements, pointers to other LDAP resources,
94     etc. You can access it at this URL:
95
96         http://www.OpenLDAP.org/
97
98
99 FEEDBACK / PROBLEM REPORTS / DISCUSSIONS
100     We would appreciate any feedback you can provide.  If you have
101     problems, report them to this address:
102
103         OpenLDAP-bugs@OpenLDAP.org
104