Zum testen eines Shoppingsystems muß ich auf mindestens PHP 4.3.2 oder höher upgraden. Nach apt-get update habe ich ein apt-get php4 gemacht. Dabei erhielt ich die Fehlermeldung:
Code: Alles auswählen
E: This installation run will require temporarily removing the essential package e2fsprogs due to a Conflicts/Pre-Depends loop. This is often bad, but if you really want to do it, activate the APT::Force-LoopBreak option.
E: Internal Error, Could not early remove e2fsprogs
Code: Alles auswählen
Sorry, but the following packages have unmet dependencies:
console-tools: Depends: sysvinit (> 2.74) but it is not going to be installed
libc6-dev: Depends: libc6 (= 2.3.2.ds1-22) but 2.3.6-7 is to be installed
modutils: Depends: sysvinit (>= 2.71-2) but it is not going to be installed
php4: Depends: libapache2-mod-php4 (>= 4:4.4.2-1) but it is not going to be installed or
libapache-mod-php4 (>= 4:4.4.2-1) but 4:4.3.10-15 is to be installed or
php4-cgi (>= 4:4.4.2-1) but it is not going to be installed
Depends: php4-common (>= 4:4.4.2-1) but 4:4.3.10-15 is to be installed
ppp: Depends: sysvinit (>= 2.75-4) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Code: Alles auswählen
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "de_DE.UTF-8@euro"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
dpkg: `update-rc.d' not found on PATH.
dpkg: 1 expected program(s) not found on PATH.
NB: root's PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin.
E: Sub-process /usr/bin/dpkg returned an error code (2)
Code: Alles auswählen
/sbin:/bin:/usr/sbin:/usr/bin:/usr/bin/X11:/usr/local/sbin:/usr/local/bin:
Code: Alles auswählen
export PATH=$PATH:usr/local/sbin:/usr/sbin:/sbin
Könnt ihr mir helfen die Kuh vom Eis zu bekommen? Ich wäre euch tierisch dankbar :)
Gruß
Andreas