]> granicus.if.org Git - php/commitdiff
Add a couple of notes to the INSTALL file to hopefully cut down on a
authorRasmus Lerdorf <rasmus@php.net>
Sat, 29 Jul 2000 15:02:23 +0000 (15:02 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Sat, 29 Jul 2000 15:02:23 +0000 (15:02 +0000)
couple of frequently asked questions.

INSTALL

diff --git a/INSTALL b/INSTALL
index e8c990ff49d8731697836998d3f9366abfa664b5..a282b9b8e6a7f6107aaf12c0c2e8a57cfab6459e 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -8,6 +8,22 @@ and then a static module.  A more verbose explanation follows.
 Note!  Only install either the static module or the dynamic one.  Do not
 install both.  
 
+Note 2!  If you are recompiling PHP to add new extensions or upgrading
+something like GD, remove the config.cache file before you re-run 
+configure.
+
+Note 3!  If you are on Linux and have installed shared libraries, make
+sure the location of these shared libraries are listed in your 
+/etc/ld.so.conf file.  For example, if you have:
+
+  /usr/local/lib/mysql/libmysqlclient.so
+
+Make sure /etc/ld.so.conf contains:
+
+  /usr/local/lib/mysql
+
+Then run ldconfig.
+
 If you want both PHP 3 and 4 modules in the same Apache server, check the
 bottom of this file for instructions.