Roundcube Community Forum

Release Support => Pending Issues => Topic started by: unplanned on July 20, 2013, 05:23:01 PM

Title: DSN (write): NOT OK (could not find driver)
Post by: unplanned on July 20, 2013, 05:23:01 PM
New Roundcube install.

CentOS/Postfix/Dovecot/Roundcube/pgsql


Check config files
main.inc.php:  OK
db.inc.php:  OK
Check if directories are writable

Roundcube may need to write/save files into these directories
temp/:  OK
/var/log/roundcube:  OK

Check DB config
DSN (write):  NOT OK(could not find driver)

Make sure that the configured database exists and that the user has write privileges
DSN: pgsql://roundcube:passsword@localhost/roundcubemail

I am able to connect to database roundcubemail as roundcube with the password I have specified. It is the owner of database roundcubemail.  What am i missing?

Thanks,
A
Title: Re: DSN (write): NOT OK (could not find driver)
Post by: SKaero on July 20, 2013, 06:36:41 PM
RoundCube use the PHP PDO extension so you'll need the pdo-pgsql package.