Hi,
ich habe hier ein Debian Sarge rumstehen. Auf dem würde ich gern php5 installieren als Anleitung habe ich das
hier gefunden.
Folgendes habe ich Versucht:
Code:
apt-get install php5
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
php5: Depends: libapache2-mod-php5 (>= 5.2.8-0.dotdeb.2) but it is not going to be installed or
libapache2-mod-php5filter (>= 5.2.8-0.dotdeb.2) but it is not going to be installed or
php5-cgi (>= 5.2.8-0.dotdeb.2) but 5.2.0-8+etch7~bpo.1 is to be installed
Depends: php5-common (>= 5.2.8-0.dotdeb.2) but 5.2.0-8+etch7~bpo.1 is to be installed
E: Broken packages
Hmm also wenn ich das richtig sehe hat mein Vorgänger hier wie auch immer php5 von etch drauf gemacht aber das läuft nicht. Also folgendes:
Code:
apt-get remove php5
Reading Package Lists... Done
Building Dependency Tree... Done
The following packages will be REMOVED:
dokuwiki php5
0 upgraded, 0 newly installed, 2 to remove and 19 not upgraded.
Need to get 0B of archives.
After unpacking 10.2MB disk space will be freed.
Do you want to continue? [Y/n]
Aber NEIN ich will dokuwiki nicht entfernen. Wie kann ich php5 deinstallieren ohne dokuwiki zu kicken und dann neuinstallieren? Oder kann ich apt-get sagen das er das selber machen soll also ungeachtet der Abhängigkeiten? Wie kann ich das Problem lösen?
MfG Christian