version 1.3, 1998/08/25 21:29:01
|
version 1.3.2.1, 1998/09/16 03:31:37
|
Line 12 these steps:
|
Line 12 these steps:
|
|
|
1. untar the distribution and cd to the top: |
1. untar the distribution and cd to the top: |
|
|
% tar xfz ldap-stable.tgz |
% tar xfz openldap-VERSION.tgz |
% cd ldap |
% cd ldap |
|
|
If you are reading this file, you probably have already done this! |
If you are reading this file, you probably have already done this! |
|
|
|
2. copy Make-common.dist or Make-common.gmake to Make.common |
2. Type: |
|
% make Make-common |
|
|
|
to copy Make-common.dist to Make.common. |
|
|
|
3. edit the files Make-common and include/ldapconfig.h.edit to configure |
3. edit the files Make-common and include/ldapconfig.h.edit to configure |
the software for your site (the files are well-commented): |
the software for your site (the files are well-commented): |
Line 42 these steps:
|
Line 38 these steps:
|
lines near the end of the Make-common file. By default only the |
lines near the end of the Make-common file. By default only the |
stand-alone server, LDAP libraries and client software are built. |
stand-alone server, LDAP libraries and client software are built. |
|
|
3. make the software: |
4. make the software: |
|
|
% make |
% make |
|
|
Line 86 these steps:
|
Line 82 these steps:
|
|
|
% make test |
% make test |
|
|
4. install the binaries and man pages. You may need to be superuser to |
5. install the binaries and man pages. You may need to be superuser to |
do this (depending on where you are installing things): |
do this (depending on where you are installing things): |
|
|
% su |
% su |