I am running lighttpd instead of apache and using php5-cgi (under fastcgi) instead of php5. According to http://packages.debian.org/lenny/roundcube-core (http://packages.debian.org/lenny/roundcube-core), roundcube-core depends upon php5. But shouldn't this be "php5 | php5-cgi", that is, php5 OR php5-cgi?
Quote from: kkruecke I am running lighttpd instead of apache and using php5-cgi (under fastcgi) instead of php5. According to http://packages.debian.org/lenny/roundcube-core (http://packages.debian.org/lenny/roundcube-core), roundcube-core depends upon php5. But shouldn't this be "php5 | php5-cgi", that is, php5 OR php5-cgi?
php5 is a meta package, according to apt-cache show php5 | grep Depends
Depends: libapache2-mod-php5 (>= 5.2.4-2ubuntu4) | php5-cgi (>= 5.2.4-2ubuntu4), php5-common (>= 5.2.4-2ubuntu4)
So it doesn't look like any changes need to be made.
Thanks for the clarification.