I have tried many different configurations to try and build the php-cgi binary and all ahve failed. Can anyone provide the missing link for me? Below is the configuration that I beleive should create the binary:
../configure --with-xml --with-zlib --with-mysql=/usr/local/mysql \ --with-mysqli=/usr/local/mysql/bin/mysql_config \ --with-curl=/usr/local/curl \ --enable-cgi --enable-fastcgi \ --enable-force-redirect After building with the configuration I check the php5/bin directory and the only binaries are: php php-config phpsize Any thoughts?