mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Minor tweaks
This commit is contained in:
parent
6cedc94c63
commit
e57e0a2f71
18
INSTALL
18
INSTALL
@ -43,7 +43,7 @@ Making and Installing the OpenLDAP Distribution
|
|||||||
LIBS libraries -llib
|
LIBS libraries -llib
|
||||||
PATH command path /usr/local/bin:/usr/bin:/bin
|
PATH command path /usr/local/bin:/usr/bin:/bin
|
||||||
|
|
||||||
3. Configure the build system
|
3. Configure the build system:
|
||||||
|
|
||||||
% [env settings] ./configure [options]
|
% [env settings] ./configure [options]
|
||||||
|
|
||||||
@ -51,11 +51,11 @@ Making and Installing the OpenLDAP Distribution
|
|||||||
the appropriate settings. However, you may need to specify
|
the appropriate settings. However, you may need to specify
|
||||||
options and/or environment variables to obtain desired results.
|
options and/or environment variables to obtain desired results.
|
||||||
|
|
||||||
4. Build dependencies
|
4. Build dependencies:
|
||||||
|
|
||||||
% make depend
|
% make depend
|
||||||
|
|
||||||
5. Build the system
|
5. Build the system:
|
||||||
|
|
||||||
% make
|
% make
|
||||||
|
|
||||||
@ -64,7 +64,7 @@ Making and Installing the OpenLDAP Distribution
|
|||||||
may want to consult the Platform Hints subsection of the FAQ if
|
may want to consult the Platform Hints subsection of the FAQ if
|
||||||
you have not done so already.
|
you have not done so already.
|
||||||
|
|
||||||
6. Test the standalone system
|
6. Test the standalone system:
|
||||||
|
|
||||||
This step requires the standalone LDAP server, slapd(8), with
|
This step requires the standalone LDAP server, slapd(8), with
|
||||||
BDB, HDB, and/or LDBM support.
|
BDB, HDB, and/or LDBM support.
|
||||||
@ -72,17 +72,17 @@ Making and Installing the OpenLDAP Distribution
|
|||||||
% make test
|
% make test
|
||||||
|
|
||||||
If all goes well, the system has been built as configured. If
|
If all goes well, the system has been built as configured. If
|
||||||
not, return to step 4 after reviewing your configuration
|
not, return to step 2 after reviewing your configuration
|
||||||
settings. You may want to consult the Installation section of
|
settings. You may want to consult the Installation section of
|
||||||
the FAQ if you have not done so already.
|
the FAQ if you have not done so already.
|
||||||
|
|
||||||
7. install the binaries and man pages. You may need to be come the
|
7. Install the software. You may need to be come the super-user
|
||||||
super-user (e.g. root) to do this (depending on where you are
|
(e.g. root) to do this (depending on where you are installing
|
||||||
installing things):
|
things):
|
||||||
|
|
||||||
% su root -c 'make install'
|
% su root -c 'make install'
|
||||||
|
|
||||||
8. That's it!
|
8. That's it. Enjoy!
|
||||||
|
|
||||||
See the OpenLDAP Administrator's Guide and the manual pages for the
|
See the OpenLDAP Administrator's Guide and the manual pages for the
|
||||||
individual applications for configuration and use information. You may
|
individual applications for configuration and use information. You may
|
||||||
|
Loading…
Reference in New Issue
Block a user