X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=INSTALL;h=77fe82016acb5f9ca5974c695192cb793faf4bf2;hb=a5ee438c9394a19a241716d3d922299c20b0365d;hp=e12e5b0049d37ab59ed909db0d3410cdfaa739cd;hpb=a2d948f9f21f7a25139b33ec7d83cadcea342cf5;p=openldap diff --git a/INSTALL b/INSTALL index e12e5b0049..77fe82016a 100644 --- a/INSTALL +++ b/INSTALL @@ -4,11 +4,14 @@ 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. ** +** The OpenLDAP Quick Start Guide is available at: +** http://www.openldap.org/faq/index.cgi?file=172 +** ** The OpenLDAP Installation FAQ is available at: ** http://www.openldap.org/faq/index.cgi?file=8 ** -** You should also check for platform specific hints. -** These are located in doc/install/hints or: +** You should also check for platform specific hints located on +** on our web site. ** http://www.openldap.org/faq/index.cgi?file=9 ** @@ -76,7 +79,7 @@ these steps: LDBM support. % cd tests - % make + % make test If all goes well, the system has been built as configured. If not, return to step 4 after reviewing your configuration settings. @@ -87,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! @@ -153,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)