RE: php4-cli or mod_php4

2004-12-06 Thread Olaf Greve
Hi, i want to install apache+php+mysql. If i install mod_php i cannot install php4-extension (mysql, etc ...). If i try to install php4-cli and extensions apache doesn't know how to handle .php files . What's the they to go to make apache work with mysql and php ? fBSD is 5.3. Well, up

Re: php4-cli or mod_php4

2004-12-06 Thread Toomas Aas
Olaf Greve wrote: It seems that as of fBSD 5.3, the version that is installed when using sysinstall has a lot less compile options enabled than it used to do previously, one of which being the MySQL support. Here's what I did to solve the issue: 1) Install Apache 1.3, PHP4 (MOD + CLI), PHP4

RE: php4-cli or mod_php4

2004-12-06 Thread Olaf Greve
Hi, Correct solution would be to install mod_php4 first and then install all the necessary extensions via separate ports. For instance, to get MySQL support in PHP you would install /usr/ports/databases/php4-mysql. This way of installing extensions via ports was introduced when PHP

php4-cli or mod_php4

2004-12-03 Thread Cristi Tauber
Hello list, i want to install apache+php+mysql. If i install mod_php i cannot install php4-extension (mysql, etc ...). If i try to install php4-cli and extensions apache doesn't know how to handle .php files . What's the they to go to make apache work with mysql and php ? fBSD is

Re: php4-cli or mod_php4

2004-12-03 Thread Andrew L. Gould
On Fri, 03 Dec 2004 15:30:15 +0200 Cristi Tauber [EMAIL PROTECTED] wrote: Hello list, i want to install apache+php+mysql. If i install mod_php i cannot install php4-extension (mysql, etc ...). If i try to install php4-cli and extensions apache doesn't know how to handle .php

RE: php4-cli or mod_php4

2004-12-03 Thread Thomas S. Crum - AAA Web Solution, Inc.
-extensions. Best, Thomas S. Crum -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrew L. Gould Sent: Friday, December 03, 2004 8:45 AM To: Cristi Tauber Cc: FreeBSD Question Subject: Re: php4-cli or mod_php4 On Fri, 03 Dec 2004 15:30:15 +0200 Cristi Tauber

Re: php4-cli or mod_php4

2004-12-03 Thread Kevin D. Kinsey, DaleCo, S.P.
Cristi Tauber wrote: Hello list, i want to install apache+php+mysql. If i install mod_php i cannot install php4-extension (mysql, etc ...). If i try to install php4-cli and extensions apache doesn't know how to handle .php files . What's the they to go to make apache work with mysql and

php4-cli with mod_php4

2003-11-10 Thread Jim Flowers
I would like to have a cli php as well as mod_php4 with apache2. I installed php4-cli but then had to deinstall it when mod_php4 complained about it using the same install locations. It seems like maybe use a different prefix (/usr/local/php4?) but I don't know. Is there a correct way to do

Re: php4-cli with mod_php4

2003-11-10 Thread Kevin D. Kinsey, DaleCo, S.P.
Jim Flowers wrote: I would like to have a cli php as well as mod_php4 with apache2. I installed php4-cli but then had to deinstall it when mod_php4 complained about it using the same install locations. It seems like maybe use a different prefix (/usr/local/php4?) but I don't know. Is there