Re: PHP5/MySQL problem
Shaun Cummiskey <[email protected]> Mon, 16 Jul 2007 13:00:54 -0500
| Newsgroups | gmane.os.freebsd.devel.database |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 16 Jul 2007 13:20:07 -0400 "Joseph Mays" <[email protected]> wrote: > You can examine the php setup at http://geekfleet.tai-gear.com/phpinfo.php It doesn't appear that your installation of PHP was compiled with MySQL support. If you go down to the MySQL section of the phpinfo output, the value for MYSQL_MODULE_TYPE should be either "builtin" or "external." IIRC, PHP will build with its own native MySQL support by default; specifying --disable-all at config time overrode that option. I would suggest appending --with-mysql --with-mysqli to PHP's configure command, and recompiling. hth _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-database To unsubscribe, send any mail to "[email protected]"