#641186 apt-get install roundcube webmail fails to fetch required dependency in debian squeeze

Package:
roundcube-core
Source:
roundcube
Submitter:
Eric Scheffel
Date:
2021-05-27 00:15:05 UTC
Severity:
normal
Tags:
#641186#5
Date:
2011-09-11 10:01:39 UTC
From:
To:
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

#641186#10
Date:
2011-09-11 10:14:28 UTC
From:
To:
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,