From 56326195a4560959e6ec1e0aedbcc06dc248509f Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Sat, 29 Jul 2000 15:02:23 +0000 Subject: [PATCH] Add a couple of notes to the INSTALL file to hopefully cut down on a couple of frequently asked questions. --- INSTALL | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/INSTALL b/INSTALL index e8c990ff49..a282b9b8e6 100644 --- 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. -- 2.50.1