Posted by anne001 on 10/08/34 11:43
I tried downloading the binary 5.1.2 and running
../configure --enable-fastcgi --enable-discard-path
--enable-force-cgi-redirect --with-mysql --with-java
but it did not find the mysql files
so I had to run without mysql hoping this php would support mysql
../configure --enable-fastcgi --enable-discard-path
--enable-force-cgi-redirect
make
sudo make install
but the test file in html did not change, it still said 5.0.4
then I went and got the package which includes support for mysql but
not cfgi.
http://www.entropy.ch/software/macosx/php/
that installed, and the test file in html now says 5.1.2 but I don't
find any mention of fcgi
so it looks like I have updated php, but I haven't figured out how to
compile php with fcgi.
php -v no longer works in the terminal window.
why doesn't
../configure --enable-fastcgi --enable-discard-path
--enable-force-cgi-redirect --with-mysql --with-java
work?
[Back to original message]
|