Titel: Apache Beitrag von: Patrick am 09. Mai 2003, 21:26:53 Ich weis das Thema kommt nicht hierher.
Mein apache läuft nichtmehr. Wenn ich den Apache starten will, dann kommt folgender fehler: dhcppc0:~ # rcapache start Starting httpd [ PHP4 ]Syntax error on line 8 of /etc/httpd/suse_loadmodule.conf: Cannot load /usr/lib/apache/libphp4.so into server: libmysqlclient.so.10: file too short startproc: exit status of parent of /usr/sbin/httpd: 1 failed Titel: Apache Beitrag von: Wörsty am 09. Mai 2003, 22:04:01 Oh den Fehler kenn ich nicht.
Aber für's Erste gib mal folgendes ein und poste das Resultat: Code: find / -name libmysqlclient.so.10* -exec /bin/ls -l {} \; Titel: Apache Beitrag von: Patrick am 09. Mai 2003, 22:46:57 Hab es rausgefunden :-)
dies bedeutet, dass die Datei nicht mehr vorhanden wahr, also das php war futsch! Somit, hab ich es nochmals neuinstalliert und alles funktionierte :-) Titel: Apache Beitrag von: Wörsty am 09. Mai 2003, 23:30:57 Hatte ich fast geahnt - deshalb auch der find-Befehl.
Vermutlich war nur noch der Symlink da. Wörsty |