What Sam said. php-mdb2 installed OK but it isn't enough - additional packages are required depending upon which DB you're using:
php-mdb2 - PHP PEAR module to provide a common API for supported RDBMS php-mdb2-driver-mysql - PHP PEAR module to provide a MySQL driver for MDB2 php-mdb2-driver-pgsql - PHP PEAR module to provide a PostgreSQL driver for MDB2 php-mdb2-driver-sqlite - PHP PEAR module to provide a SQLite driver for MDB2 Since we're using mysql here, "apt-get install php-mdb2-driver-mysql" got it working - but the installer scripts should ask which DB is being used and include that as a dependency, otherwise the roundcube installs unusable. -- roundcube-core requires php-mdb2 https://bugs.launchpad.net/bugs/331944 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
