[Debian 3.x] apt-get problem
Posted: 2004-04-07 19:40
Ich wollte eben auf einem Server php4 installieren.
Folgende Fehlermeldung kommt dann immer:
Ich habe auch schon versucht libdb1 (siehe Fehlermeldung) zu installieren, dann kommt aber das hier:
P.S.: Die fehlermeldungen kommen immer wenn ich was per apt-get installieren will.
Die Update Liste von apt ist auch richtig konfiguriert.
Was kann ich tun damit apt-get wieder funktioniert?
Folgende Fehlermeldung kommt dann immer:
Code: Select all
SERVER:~# apt-get install php4
Reading Package Lists... Done
Building Dependency Tree... Done
Sorry, php4 is already the newest version.
You might want to run `apt-get -f install' to correct these:
Sorry, but the following packages have unmet dependencies:
libc6: Depends: libdb1-compat but it is not installable
libc6-dev: Depends: libc6 (= 2.2.5-11.5) but 2.3.2.ds1-11 is to be installed
php4: Depends: libexpat1 (>= 1.95.6) but 1.95.2-6 is to be installed
Depends: libpam0g (>= 0.76) but 0.72-35 is to be installed
Depends: libpcre3 (>= 4.0) but 3.4-1.1 is to be installed
Depends: apache-common (>= 1.3.29) but 1.3.26-0woody3 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).Code: Select all
SERVER:~# apt-get install libdb1
Reading Package Lists... Done
Building Dependency Tree... Done
You might want to run `apt-get -f install' to correct these:
Sorry, but the following packages have unmet dependencies:
libc6: Depends: libdb1-compat but it is not installable
libc6-dev: Depends: libc6 (= 2.2.5-11.5) but 2.3.2.ds1-11 is to be installed
libdb1: Depends: libc5 (>= 5.4.46) but it is not going to be installed
php4: Depends: libexpat1 (>= 1.95.6) but 1.95.2-6 is to be installed
Depends: libpam0g (>= 0.76) but 0.72-35 is to be installed
Depends: libpcre3 (>= 4.0) but 3.4-1.1 is to be installed
Depends: apache-common (>= 1.3.29) but 1.3.26-0woody3 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).Die Update Liste von apt ist auch richtig konfiguriert.
Was kann ich tun damit apt-get wieder funktioniert?