Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Nov 2004 18:32:14 +0000
From:      Peter Risdon <peter@circlesquared.com>
To:        Daniel Bye <freebsd-questions@slightlystrange.org>
Cc:        FreeBSD Question List <freebsd-questions@freebsd.org>
Subject:   Re: MySQL problems on FBSD 5.2.1
Message-ID:  <419E3C2E.2040605@circlesquared.com>
In-Reply-To: <20041119180809.GA657@catflap.slightlystrange.org>
References:  <419E27C1.5050807@hayers.org> <419E2FB5.8080506@earthlink.net> <001001c4ce60$237ccbe0$960aa8c0@Wout> <20041119180809.GA657@catflap.slightlystrange.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 .php file with the 
following in it:

<?php
echo phpinfo();
?>

Then look at it in a web browser. It will display information about your 
php installation.

Normally, if you haven't compiled in myswl support, you'll get a Call to 
unknown function type error rather than a hang, though.

If you haven't got mysql support in there, fix that first (install the 
databases/php[4|5]-mysql port).

If you still have probs, mail the list again.

Peter.


-- 

the circle squared

network systems and software

http://www.circlesquared.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?419E3C2E.2040605>