]> git.sur5r.net Git - openldap/blob - README
Fixed GDBM bugs.
[openldap] / README
1 OpenLDAP 1.0 README
2
3     This is the OpenLDAP version 1.0 distribution.
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         For more information:
12                 http://www.OpenLDAP.org/
13
14 MAKING AND INSTALLING THE DISTRIBUTION
15
16     You should be able to make and install the distribution with a pretty
17     standard default configuration by typing the following commands
18
19         % ./configure --help
20                 This will list the available options.
21                 The configure script will also use your environmental
22                 variables for determining compiler/linker options.
23                 These environment variables are used:
24                         CC                      C compiler      (cc, ecgs)
25                         CFLAGS          C Flags         (-ansi)
26                         CPPFLAGS        CPP Flags       (-I -D)
27                         LDFLAGS         LDFLAGS         (-L -l)
28
29         % [env settings] ./configure [options]
30                 this will configure the build system
31
32         % make depend
33                 this will create dependency information
34
35         % make 
36                 this will build the system
37
38         % su
39         # make install
40
41     in this directory.  This should produce something that basically
42     works.
43
44     You will probably want to do a little configuration to suit your
45     site, though.  There are one file you might want to edit:
46
47         include/ldapconfig.h.edit
48                 This file contains #defines used by many parts of the
49                 distribution.  You'll at least want to change DEFAULT_BASE.
50
51     See the INSTALL file in this directory for more information.
52
53 DOCUMENTATION
54
55     There are man pages for most programs in the distribution and
56     routines in the various libraries.  See ldap(3) for details.
57
58     There is an OpenLDAP homepage available that contains the latest
59     LDAP news, releases announcements, pointers to other LDAP resources,
60     etc. You can access it at this URL:
61
62         http://www.OpenLDAP.org/
63
64 FEEDBACK / PROBLEM REPORTS / DISCUSSIONS
65
66     We would appreciate any feedback you can provide.  If you have
67     problems, report them to this address:
68
69         OpenLDAP-bugs@OpenLDAP.org
70