Hey guys, I've been fighting with this the past 2 days now.
I can't figure out why the php-cgi binary isn't being installed. Please take a look at my current configuration: I'm using PHP 5.2.5, configured with these options: ../configure --with-apxs2=/usr/local/apache/bin/apxs --prefix=/usr/local --with-mysql --with-mysql-sock=/tmp --with-openssl=/usr/local/openssl/ --with-curl=/usr/local/lib --with-gd --with-png-dir=/usr --with-freetype-dir=/usr --with-jpeg-dir=/usr --with-zlib --enable-fastcgi --enable-cgi --enable-force-cgi-redirect --enable-mbstring Upon make install, it isn't creating the CGI binary, only the CLI binary. I even tried installing it with just --enable-fastcgi and no luck. I just tried it with --enable-fastcgi --enable-cgi --disable-cli and was not successful. Please help! Thanks! Clay