]> git.donarmstrong.com Git - roundcube.git/blob - debian/README.Debian
Remove php4-sqlite from dependencies
[roundcube.git] / debian / README.Debian
1 Debian does not allow complex dependencies. Upon install, you need to
2 check that you have the correct packages installed.
3
4 If you want to use MySQL, you need mysql-client, php4-mysql or
5 php5-mysql. For PostgreSQL, you need postgresql-client, php4-pgsql or
6 php5-pgsql. For SQLite, you need sqlite and php5-sqlite.
7
8 From Roundcube documentation, php4-sqlite is not supported !
9
10 For better compatibility, the schema used for MySQL is the one
11 targeted at MySQL 4.0, not the one for MySQL 4.1 or MySQL 5.x.
12
13  -- Vincent Bernat <bernat@luffy.cx>, Tue, 22 May 2007 21:17:27 +0200