Re: [PHP] Re: Trouble with Apache, PHP, pear

2004-07-24 Thread Ron King
Matthew (and Marek), >>Sounds like you've done everything correctly, just PHP wasn't installed >> as a >>CLI. Just to be sure, do a $ find / -name php > > Is it ok to have PHP installed as both CLI and as a module? > It is perfectly okay to have both. I'm using both on a server I have. I installed

Re: [PHP] Re: Trouble with Apache, PHP, pear

2004-07-23 Thread Matthew Sims
> At 03:25 AM 7/23/2004, you wrote: > >>Sounds like you've done everything correctly, just PHP wasn't installed >> as a >>CLI. Just to be sure, do a $ find / -name php > > Is it ok to have PHP installed as both CLI and as a module? > It is perfectly okay to have both. I'm using both on a server I

Re: [PHP] Re: Trouble with Apache, PHP, pear

2004-07-23 Thread Ron King
At 03:25 AM 7/23/2004, you wrote: Sounds like you've done everything correctly, just PHP wasn't installed as a CLI. Just to be sure, do a $ find / -name php Is it ok to have PHP installed as both CLI and as a module? Then, if it is found, $ lynx -source http://go-pear.org/ | /path/to/php If it's no

[PHP] Re: Trouble with Apache, PHP, pear

2004-07-23 Thread Aidan Lister
Hi Ron, Sounds like you've done everything correctly, just PHP wasn't installed as a CLI. Just to be sure, do a $ find / -name php Then, if it is found, $ lynx -source http://go-pear.org/ | /path/to/php If it's not found, just grap a PHP rpm (make sure it's a CLI version, or --with-cli) and inst