| Article: |
PHP 4.3 and Mac OS X | |
| Subject: | Instalation | |
| Date: | 2003-03-14 06:18:35 | |
| From: | anonymous2 | |
|
Hi Very well written and easy to follow. A newbe like me had no problems. Well, exept this line [benlev:~/php-4.3.0] adam% make
|
||
Showing messages 1 through 1 of 1.
-
Instalation
2003-04-22 17:49:18 Adam Trachtenberg |
[View]



I don't have a folder named "PHP4" in my Library, so I think you can probably delete this. The new version of PHP, 4.3.0, should be located in two places. The Apache module version is (most likely) in /usr/libexec/httpd/libphp4.so, while the command line version is at /usr/bin/php.
Whether you need to run "make" or "sudo make" depends upon the permission settings of your files and what username you're using when you run this command. For my setup, "make" is enough; for others, I guess, you need to use "sudo." Nice catch!
Thanks.
-adam