summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@php.net>2002-07-07 16:44:23 +0000
committerJan Lehnardt <jan@php.net>2002-07-07 16:44:23 +0000
commitafb93a20cbfdb392c793d0300e43758fae0cc18f (patch)
treed7796f00f351597e6f34c8a456d548b2a4b4b5fc
parent2ca9ae687dd82e0faa2b4674fdb5bc5f1bfc2080 (diff)
downloadphp-git-afb93a20cbfdb392c793d0300e43758fae0cc18f.tar.gz
- fix #16290
-rw-r--r--INSTALL6
1 files changed, 6 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 867660cdc0..ae757cb6be 100644
--- a/INSTALL
+++ b/INSTALL
@@ -72,6 +72,9 @@ If you get an error telling you that the apxs script could not be found,
look for it on your system and if you find it, provide the full path to it
as: --with-apxs=/path/to/apxs
+Make sure you specify the version of apxs that is actually installed on
+your system and NOT the one that is in the apache source tarball.
+
Next you must copy php.ini-dist to the appropriate place (normally
/usr/local/lib/php.ini) and edit it as necessary to set PHP options.
@@ -160,6 +163,9 @@ Installing PHP can be done in four simple steps:
look for it on your system and if you find it, provide the full path to it
as: --with-apxs=/path/to/apxs
+ Make sure you specify the version of apxs that is actually installed on
+ your system and NOT the one that is in the apache source tarball.
+
You might also want other flags on this configure line. --with-mysql
is just an example.