RE: MySQL problems on FBSD 5.2.1

2004-11-22 Thread steveb99
I have it working, but don't know if it is the right answer. Some of the info I got hinted at rebuilding in a different order. So I uninstall apache2, mod_php4, and mysql4. Then rebuilt the ports in this order MySQL, then apache, and last mod_php. The problem still existed. I found another

Re: MySQL problems on FBSD 5.2.1

2004-11-19 Thread Zeroke
Don't know if the ports automaticly compile PHP with MySQL support. Maybe install PHP from source with the --with-mysql parameter? (Since version 5 of PHP it does not include MySQL support from its own.) Good luck, Zeroke [EMAIL PROTECTED] - Original Message - From: steveb99 [EMAIL

Re: MySQL problems on FBSD 5.2.1

2004-11-19 Thread Daniel Bye
On Fri, Nov 19, 2004 at 06:49:37PM +0100, Zeroke wrote: Don't know if the ports automaticly compile PHP with MySQL support. No - it doesn't. Look for the entry tagged 20040719 in /usr/ports/UPDATING. It will tell you all about it. Dan -- Daniel Bye PGP Key:

Re: MySQL problems on FBSD 5.2.1

2004-11-19 Thread Peter Risdon
Daniel Bye wrote: On Fri, Nov 19, 2004 at 06:49:37PM +0100, Zeroke wrote: Don't know if the ports automaticly compile PHP with MySQL support. No - it doesn't. Look for the entry tagged 20040719 in /usr/ports/UPDATING. It will tell you all about it. A good debugging technique here is to make a

Re: MySQL problems on FBSD 5.2.1

2004-11-19 Thread DanGer
Hi steveb99, Friday, November 19, 2004, 6:39:01 PM, you wrote: I installed mod_PHP which installed Apache 2 from ports. All that works fine. I then install MySQL4 port and have it working fine standalone. What I can't get to work is calling MySQL from PHP code. The code hits the call