Skip to content

Commit

Permalink
Adding note about having to make install if you do not have apache al…
Browse files Browse the repository at this point in the history
…ready installed (IE there is no apache dir to copy httpd binary to)
  • Loading branch information
James Moore committed Oct 1, 2000
1 parent 5819b6d commit 4dceb59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4dceb59

Please sign in to comment.