Hi, I'm having a problem compiling php with cli and cgi support. When i compiled php in redhat 7.3 it creates both php-cgi and php-cli in sapi/cgi and sapi/cli directories, but when i compiled it in Redhat Advance Server only php-cli was created. I used the same config command parameters in both Linux version. Is there a way that i can surely create both of this? I need php-cgi in running php scripts in a nanoweb server.
Please help us and thanks in advance.. Below is the configure parameters that i used in php-4.3.6: ./configure --with-mysql --with-apache=../apache_1.3.XX --with-gd --with-jpeg-dir=ext/gd/libgd --with-zlib --with-cgi --enable-cgi --enable-cli --enable-sockets --enable-pcntl Regards, Mike -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php