Malte, This will sound stupid but too often I type the database type capitalized such as MySQL and Postgres, this will break under Linux because the file system is case-sensitive. It will look for dbMySQL.so instead of the correct dbmysql.so. Also, under linux you can: ldd dbpostgres.so And check for missing library dependencies. =)