Marco: Server Problem

Beitrag lesen

hallo

serv-1-18-13:~# ls -la /etc/apache2/mods-enabled/ | grep php
lrwxrwxrwx  1 root root   37 Dec  2 00:18 php5.conf -> /etc/apache2/mods-available/php5.conf
lrwxrwxrwx  1 root root   37 Dec  2 00:19 php5.load -> /etc/apache2/mods-available/php5.load

Schön, in dem Ordner mods-enabled hast du also zwei Links auf die Dateien php5.conf und php5.load im Ordner mods-available gesetzt…

serv-1-18-13:~# ls -la /etc/apache2/mods-available/ | grep php
-rw-r--r--  1 root root  133 Mar  5  2007 php4.conf
-rw-r--r--  1 root root   59 Mar  5  2007 php4.load

…aber im Ordner mods-available existieren die Datei auf die du verlinkst gar nicht! Und da wunderst du dich noch, dass der Apache eine Fehlermeldung ausspuckt, dass die Dateien nicht existieren würden?

puhhhh ich habe php nochmal komplett entfernt und wollte es wieder installieren mit

apt-get install mysql-server-5.0 mysql-client-5.0 mysql-common

denn kommt ne fehlermeldung

Reading Package Lists... Done
Building Dependency Tree... Done
mysql-common is already the newest version.
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.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  mysql-client-5.0: Depends: libmysqlclient15off (>= 5.0.45-0.dotdeb.1) but it is not going to be installed
                    Depends: libc6 (>= 2.3.6-6) but 2.3.2.ds1-22sarge6 is to be installed
                    Depends: libgcc1 (>= 1:4.1.1-12) but 1:3.4.3-13sarge1 is to be installed
                    Depends: libmysqlclient15off (>= 5.0.27-1) but it is not going to be installed
                    Depends: libncurses5 (>= 5.4-5) but 5.4-4 is to be installed
                    Depends: libreadline5 (>= 5.2) but it is not going to be installed
                    Depends: libstdc++6 (>= 4.1.1-12) but it is not going to be installed
  mysql-server-5.0: Depends: libc6 (>= 2.3.6-6) but 2.3.2.ds1-22sarge6 is to be installed
                    Depends: libgcc1 (>= 1:4.1.1-12) but 1:3.4.3-13sarge1 is to be installed
                    Depends: libmysqlclient15off (>= 5.0.27-1) but it is not going to be installed
                    Depends: libncurses5 (>= 5.4-5) but 5.4-4 is to be installed
                    Depends: libreadline5 (>= 5.2) but it is not going to be installed
                    Depends: libstdc++6 (>= 4.1.1-12) but it is not going to be installed
                    Depends: lsb-base (>= 3.0-10) but 2.0-7 is to be installed
E: Broken packages

wieso sind die nicht installiert?????

problem wie beheben?

egal was ich eingeben mit php5 immer kommt so eine fhlermeldung die natürlich auch ein bisschen abweicht.

mfg marco