Forums / Install & configuration / missing database handlers

missing database handlers

Author Message

Ron Schöningh

Wednesday 29 March 2006 7:09:24 am

When trying to install eZ publish on a system with the following configuration:

Linux: Umbuntu 5.10
Apache 2.0.54
PHP 4.4.0-3
MySQL

we got the following error message:

1. Missing database handler

No supported database handlers were found. eZ publish requires a database to store it's data, without one the system will fail.

To obtain database support you need to recompile PHP, the exact recompile options are specified below.

Installation

By using the --with-mysql configuration option you enable PHP to access MySQL databases. If you use this option without specifying the path to MySQL, PHP will use the built-in MySQL client libraries.

MySQL is properly configured but log files do not indicate any conection with eZ publish.

How can this be solved?

Myxt Web Solutions
http://www.myxt.nl

Łukasz Serwatka

Thursday 30 March 2006 2:50:56 am

You will need to recompile PHP with option --with-mysql=[path] like mention in the error. With specified correct path to mysql e.g --with-mysql=/usr/local/mysql PHP will set correct headers with MySQL version. Check phpinfo for more info.

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog