Maybe... What is the diference?
In /usr/local/php-4.3.10/ I have 5 files after "make install"
(pear php php-config phpextdist phpsize)
What should I do? How can I "make" the cgi-executable?
"Marek Kilimajer" wrote:
My guess cli binary is executed instead of cgi.
Try
$ /usr/local/php-4.3.10/php -v
If the output is
PHP 4.3.10 (cli) (built: ..... ------------^^^
it's CLI and CGI version was installed somewhere else. Try to locate it, or check the output of make install. cgi version is installed by default unless you include --disable-cgi in ./configure arguments
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php