On Wed, Jul 23, 2008 at 2:59 PM, Viral Gupta viralgupta0@gmail.com wrote:
I get the following eror:
"Please include all of the lines below when reporting installation problems. PHP 5.2.6 installed Could not find a suitable database driver! For MySQL, compile PHP using --with-mysql, or install the mysql.so module For PostgreSQL, compile PHP using --with-pgsql, or install the pgsql.so module "
I have Mysql on my system. I dont find the .so file it is refering to.
Having MySQL on your system is not enough. You need to have PHP compiled to support it. On Linux, this usually means installing a package named something like php-mysql. (It looks to be called "php5-mysql" on Ubuntu, and "php-mysql" on RHEL5.)