gw:/usr/local/php-4.3.10/bin # ./php -v
PHP 4.3.10 (cli) (built: Feb  3 2005 17:58:19)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies

Your guess was correct...

after a new configure without axp2s...

gw:/usr/local/php-4.3.10/bin # ./php -v
PHP 4.3.10 (cgi) (built: Feb  3 2005 22:59:02)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies

now it runs... PHP4 as CGI and PHP5 as module
Thanks!!

"Marek Kilimajer" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 
news:[EMAIL PROTECTED]
> Claudio wrote:
>> 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

Reply via email to