Posted by anne001 on 03/29/06 05:43
I found a website which shows how to compile php for tiger
actually the test file has the configure command so I could probably
have taken Mark's package install
http://www.entropy.ch/software/macosx/php/
looked at the test file, and added the 3 fcgi commands at the end.
'./configure' '--prefix=/usr/local/php5' '--mandir=/usr/share/man'
'--infodir=/usr/share/info' '--with-apxs' '--with-ldap=/usr'
'--with-kerberos=/usr' '--enable-cli' '--with-zlib-dir=/usr'
'--enable-trans-sid' '--with-xml' '--enable-exif' '--enable-ftp'
'--enable-mbstring' '--enable-dbx' '--enable-sockets'
'--with-iodbc=/usr' '--with-curl=/usr' '--with-config-file-path=/etc'
'--with-mysql=/usr/local/mysql' '--enable-fastcgi'
'--enable-discard-path' '--enable-force-cgi-redirect'
since I used Mark's package before I used this. the apache config file
should be ok with this new install, and hopefully I have fastcgi! I
will have to figure out how I can tell!
Navigation:
[Reply to this message]
|