summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJames Moore <jmoore@php.net>2000-10-01 19:12:08 +0000
committerJames Moore <jmoore@php.net>2000-10-01 19:12:08 +0000
commit4dceb59561c43cf26b581fb3fdea3f204e056513 (patch)
tree2c1da2545fae9722253df333c0232ed6261be17b /INSTALL
parent5819b6d4a6bdcb6cd33431761d7d2430fed9a7ce (diff)
downloadphp-git-4dceb59561c43cf26b581fb3fdea3f204e056513.tar.gz
Adding note about having to make install if you do not have apache already installed (IE there is no apache dir to copy httpd binary to)
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL3
1 files changed, 2 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 86306e0ca6..74062c3c3c 100644
--- a/INSTALL
+++ b/INSTALL
@@ -94,7 +94,8 @@ $ ./configure --prefix=/www --activate-module=src/modules/php4/libphp4.a
(The above line is correct! Yes, we know libphp4.a does not exist at this
stage. It isn't supposed to. It will be created.)
$ make
- (you should now have an httpd binary which you can copy to your Apache bin dir)
+ (you should now have an httpd binary which you can copy to your Apache bin dir if
+ is is your first install then you need to "make install" as well)
$ cd ../php-4.0.x
$ cp php.ini-dist /usr/local/lib/php.ini
You can edit /usr/local/lib/php.ini file to set PHP options.