Or you can run the configuration with the bin dir option so that it places
it where you want:


Example:

./configure --bindir=/usr/bin
make
make install



Thank you,

RAY HUNTER



-----Original Message-----
From: Jason Wong [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 05, 2002 11:36 AM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] PHP Apache Module AND command Line


On Thursday 06 June 2002 01:26, Steve Buehler wrote:
> Is there doc somewhere to would tell how to install PHP as a command line
> interpreter (like perl) without messing up the installation of PHP that is
> installed as a module in/for Apache?  

Manual -> Installation -> Servers-CGI/Commandline

> Basically, I want to have both on the
> same server.  Or can this even be done?

Yes.

./configure
make

Then copy the resulting php binary to wherever you like.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
Isn't it strange that the same people that laugh at gypsy fortune
tellers take economists seriously?
*/


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

Reply via email to