Posted by anne001 on 02/02/06 15:38
I think I have php 4.4, mysql 5 and fast-cgi from curl -O
http://fastcgi.com/dist/fcgi-2.4.0.tar.gz
tar xvzf fcgi-2.4.0.tar.gz
Here are the instructions I am trying to follow.
Compile php as a fast-cgi binary The main thing here is the following
configure options. You can add whatever else you like to your php
binary but these are needed for fast-cgi support.
$ ./configure \
--enable-fastcgi \
--enable-discard-path \
--enable-force-cgi-redirect \
I think I have php from a package, and it is working with mysql. If I
compile php, I think I need to compile it with mysql also. I am afraid
that if I do a compile, I will mess things up. I don't know if I need
to do something in the config file also
What do I need to do?
thanks
[Back to original message]
|