I'm trying to install Omeka 1.0 on a Linux server running Redhat, with Mysql 5.0 and PHP 5.2.10.
When I initially load the install/index.php page, it tells me to setup the database configuration.
After I edit db.ini and re-load the page, it just says "No such file or directory".
I don't see any errors in the Apache logs.
I did some simple debugging with PHP print statements, and the message seems to be generated in the Installer.php checkMysqlVersion function, specifically the line that does:
$mysqlVersion = $db->getConnection()->getConnection()->server_info;
Any suggestions on what is wrong?

