]> git.sur5r.net Git - openldap/blobdiff - INSTALL
Tentative fix for ITS #402. (Not tested yet.) If successful, this patch
[openldap] / INSTALL
diff --git a/INSTALL b/INSTALL
index 587b0446f80e82c8129a2faf36224a4072edec3a..77fe82016acb5f9ca5974c695192cb793faf4bf2 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,7 +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 -c make install
+       % su root -c make install
 
     That's it!
 
@@ -156,8 +155,9 @@ 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.
 
-NOTE: If you change environment setting, be sure to remove
-       any config.cache before running ./configure.
+WARNING: Executable built in your environment may not run
+       in your user's environments.  The portability of
+       executables between environments is your responsibility.
 
 Supported Environmental Variables
        CC                      C compiler              (cc, egcc)