MySQL problems on FBSD 5.2.1

Peter Risdon peter at circlesquared.com
Fri Nov 19 10:32:18 PST 2004


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


More information about the freebsd-questions mailing list