Hi,

ich habe bei mir LAMP installiert. Leider startet der Apache-Webserver nicht.
Er bricht mit der folgenden Fehlermeldung ab:

Jun 18 13:40:07 ... httpd: Syntax error on line 248 of /etc/httpd/conf/httpd.conf:
Jun 18 13:40:07 ... httpd: Cannot load /etc/httpd/modules/libphp3.so into server: /usr/lib/libgd.so.1: undefined symbol: png_set_dither
Jun 18 13:40:07 ... httpd: httpd startup failed

An besagter Stelle in der httpd.conf steht:
.
.
.
245..# Extra Modules
246..#LoadModule perl_module modules/libperl.so
247..#LoadModule php_module modules/mod_php.so
248..LoadModule php3_module modules/libphp3.so
.
.
.

Die Datei libgd.so.1 ist ein Link auf libgd-1.7.3

Was kann ich tun?