View previous topic :: View next topic |
Author |
Message |
sonofcolin -
Joined: 18 Nov 2004 Posts: 23
|
Posted: Mon Mar 02, 2009 10:11 am Post subject: PHP 5 build instructions OS X |
|
|
As the OS X PHP installer isn't being updated, are there any special build requirements for PHP5 on OS X/Abyss? I'm trying to create a 'typical' install from source, with no extras. TIA |
|
Back to top |
|
|
sonofcolin -
Joined: 18 Nov 2004 Posts: 23
|
Posted: Mon Mar 02, 2009 9:39 pm Post subject: Build os x 10.4.11 |
|
|
I downloaded 5.2.9 source and compiled on Darwin Kernel Version 8.11.0 PPC with xcode 2.5:
Code: | ./configure --prefix=/Applications/PHP5 --enable-fastcgi --with-gd=shared --with-zlib --enable-dbase --with-png-dir=/Applications/PHP5 --with-jpeg-dir=/Applications/PHP5 --enable-gd-native-ttf --enable-gd-jis-conv --with-iodbc=shared,/usr --with-iconv=shared,/Applications/PHP5 --with-libxml-dir=/Applications/PHP5 --with-xsl=shared,/Applications/PHP5 --with-openssl=shared --with-curlwrappers --enable-exif=shared --enable-ftp=shared --with-mysql=shared,/usr/local/mysql --enable-zip --disable-posix |
This builds ok, but php test page returns an error 500. 5.2.2 package works, so settings are ok on the server side.
Ho hum. |
|
Back to top |
|
|
cenocre -
Joined: 12 Mar 2007 Posts: 47
|
Posted: Thu Mar 05, 2009 4:36 pm Post subject: Error 500 here, too |
|
|
I just upgraded our servers to Leopard and get error 500 on everything dealing with PHP with just the normal in Abyss PHP install.
This is killing a lot of sites. |
|
Back to top |
|
|
|