[CentOS] PHPBB+Centos

Thu Apr 14 20:57:43 UTC 2005
Jonathan <j at firebright.com>

Joe Polk wrote:

>I'm having a hard time getting PHPBB installed on Centos. We get the error
>that The PHP configuration on your server doesn't support the database type
>that you chose. We choose MySQL 3.x but get that error. Perhaps PHP4 isn't
>compatible with MySQL 3.23.58-1?
>  
>
This means that php is lacking mysql support.

Try doing something like:

#> yum install php-mysql

This will add support for mysql to your installation, assuming it's the 
default rpm installation.  php4 and mysql 3.23 is the most popular 
combination of programing language and db version on the planet.

Jonathan