]> git.sur5r.net Git - openldap/blobdiff - INSTALL
Fix up rcsid
[openldap] / INSTALL
diff --git a/INSTALL b/INSTALL
index 8f3685d0857610aeeb8a3b74c2e49ee2f53b732b..ca3512e62b7edce10a97074f4d5a03605e1c7b5c 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -4,8 +4,7 @@ Making and Installing the OpenLDAP Distribution
 ** It is recommended that you read or at least skim through ALL of the
 ** instructions in this file before attempting to build the software.
 **
-** A Quick Start Guide, which may be used in conjunction with this
-** document, is available at:
+** The OpenLDAP Quick Start Guide is available at:
 **    http://www.openldap.org/faq/index.cgi?file=172
 **
 ** The OpenLDAP Installation FAQ is available at:
@@ -91,8 +90,7 @@ these steps:
  7. install the binaries and man pages.  You may need to be superuser to
     do this (depending on where you are installing things):
 
-       % su
-       # make install
+       % su root -c 'make install'
 
     That's it!
 
@@ -109,10 +107,10 @@ these steps:
          ldaptemplates.conf   - display template definitions
 
        Server configuration files:
-         ldapd.conf           - LDAP - X.500 daemon
-         slapd.conf           - Standalone LDAP daemon
+         slapd.conf           - Standalone LDAP daemon configuration
+         schema/*.schema      - Schema Definitions
 
-    There are section 5 man pages for all of these files.
+    There are section 5 man pages for these configuration files.
 
 
 Building LDAP For More Than One Platform
@@ -140,8 +138,6 @@ Follow these steps for each different platform:
 
  4. Continue as above (starting at step 6).
 
-       Note: make depend in VPATH environment is not yet supported.
-
 
 CONFIGURE OPTIONS
 
@@ -153,12 +149,13 @@ information about how to use "configure", please read:
 
 USING ENVIRONMENT VARIABLES
 
-The configure script will also use your environmental
-variables for determining compiler/linker options.   This can
-be used to manual specify features and compilation options.
+The configure script will also use environmental variables for
+determining compiler/linker options.   This can be used to manually
+specify features and compilation options.
 
-NOTE: If you change environment setting, be sure to remove
-       any config.cache before running ./configure.
+WARNING: Executables built in your environment may not run
+       in your users' environments.  The portability of
+       executables between environments is your responsibility.
 
 Supported Environmental Variables
        CC                      C compiler              (cc, egcc)
@@ -225,4 +222,5 @@ HINTS
                ./configure
 
 
-End of OpenLDAP INSTALL file.
+---
+$OpenLDAP$