Page 1 of 1

Fehler nach der installation von PHP 4.3.10 / Apache 2.0.49

Posted: 2005-01-28 12:54
by holger
Hallo zusammen!

Ich habe das neue php 4.3.10 installiert, aber seit dem will mein apache nicht mehr starten.
Evtl kennt ja jemand das Problem. Leider hat google auch nichts finden können zu dem Thema:


Code: Select all

rcapache2 start
Starting httpd2 (prefork) Syntax error on line 26 of /etc/apache2/sysconfig.d/loadmodule.conf:
Cannot load /usr/lib/apache2-prefork/libphp4.so into server: /usr/lib/apache2-prefork/libphp4.so: undefined symbol: gdImageRotate

The command line was:
/usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
php configured mit:

Code: Select all

./configure --prefix=/usr --datadir=/usr/share/php --mandir=/usr/share/man --bindir=/usr/bin --libdir=/usr/share --includedir=/usr/include --sysconfdir=/etc --with-_lib=lib --with-config-file-path=/etc --with-exec-dir=/usr/lib/php/bin --disable-debug --enable-inline-optimization --enable-memory-limit --enable-magic-quotes --enable-safe-mode --enable-sigchild --disable-ctype --disable-cli --without-pear --with-bz2 --with-zlib --with-gettext=/usr/local --with-jpeg-dir=/usr --with-png-dir=/usr --with-gd=/usr/local --with-openssl --with-apxs2=/usr/sbin/apxs2 i586-suse-linux
vielen Dank!
Holger

Re: Fehler nach der installation von PHP 4.3.10 / Apache 2.0.49

Posted: 2005-01-28 13:28
by duergner
Das sieht sehr nach einem GD Problem im mod_php.so aus.