summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2000-07-29 15:02:23 +0000
committerRasmus Lerdorf <rasmus@php.net>2000-07-29 15:02:23 +0000
commit56326195a4560959e6ec1e0aedbcc06dc248509f (patch)
tree0308d76716628370f7481f329c8c1129e6ae48b6 /INSTALL
parent52ff887db511cd393b04468e2b0a4b77859f5bd5 (diff)
downloadphp-git-56326195a4560959e6ec1e0aedbcc06dc248509f.tar.gz
Add a couple of notes to the INSTALL file to hopefully cut down on a
couple of frequently asked questions.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL16
1 files changed, 16 insertions, 0 deletions
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.