RE: [PHP] Cannot Find php binary

2002-03-19 Thread Brian Drexler

You need to reconfigure PHP without the "--with-apxs" line in your configure script.  
Hope this helps.

Brian

-Original Message-
From: N. Pari Purna Chand [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 19, 2002 1:57 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Cannot Find php binary


Hi all
I have compiled php on a slack box
./configure --with-apxs=/usr/local/apache/bin/apxs ..
make && make install

everything Fine
and .php pages are being parsed with php when called thru webserver(apache).

But I can not find any binary named "php"
which I need to run php scripts from shell.

?
/Chandu




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Cannot Find php binary

2002-03-19 Thread R'twick Niceorgaw

I believe when you compile php with apxs, it does not create the php binary.
You will have to compile php again without the --with-apxs option and then
copy the php binary to the place where you want ot put it.

HTH
R'twick Nicerogaw


- Original Message -
From: "N. Pari Purna Chand" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 19, 2002 1:56 PM
Subject: [PHP] Cannot Find php binary


> Hi all
> I have compiled php on a slack box
> ./configure --with-apxs=/usr/local/apache/bin/apxs ..
> make && make install
>
> everything Fine
> and .php pages are being parsed with php when called thru
webserver(apache).
>
> But I can not find any binary named "php"
> which I need to run php scripts from shell.
>
> ?
> /Chandu
>
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php