Quote:
Originally Posted by kalane
libapache2-mod-php5: Depends: libdb4.4 but it is not installable
php5-cgi: Depends: libdb4.4 but it is not installable
E: Broken packages
|
Hmm, both libapache2-mod-php5 and php5-cgi depend on libdb4.6. You can see this from
Code:
apt-cache show libapache2-mod-php5 php5-cgi.
Do you have any non-trivial repositories in your source.list? If apt is getting this from debian's official lenny repositories and still complaining, then there probably is a bug in the packaging:
Code:
apt-cache policy php5-cgi libapache2-mod-php5
One other thing you could try is just download php5-cgi and see the dependencies:
Code:
apt-get -d install php5-cgi
dpkg -I /var/cache/apt/archives/php5-cgi<tab>
You could do an apt-get update and see if things change.