#641186 apt-get install roundcube webmail fails to fetch required dependency in debian squeeze #641186
- Package:
- roundcube-core
- Source:
- roundcube
- Submitter:
- Eric Scheffel
- Date:
- 2021-05-27 00:15:05 UTC
- Severity:
- normal
- Tags:
When I apt-get install roundcube and configure it, the web front end complains about not being able to connect to the database. I solved this by running apt-get once again installing the required dependency called: php-mdb2-driver-mysql_1.5.0b2-1_all I am using the latest Debian GNU/Linux 6.0 'Sueeze' Regards, Eric
If you simply have done "apt-get install roundcube", there is a fairly
good chance that you will get the set of packages to use Roundcube with
SQLite.
`roundcube` depends on `roundcube-core`
which depends on `roundcube-sqlite (= 0.5.3+dfsg-1)
| roundcube-mysql (= 0.5.3+dfsg-1)
| roundcube-pgsql (= 0.5.3+dfsg-1)`
If you want to use roundcube with MySQL, you should explicitely install
`roundcube-mysql`. If you have not done so, this bug should be
considered invalid.
Cheers,