Fehler nach der installation von PHP 4.3.10 / Apache 2.0.49

Apache, Lighttpd, nginx, Cherokee
Post Reply
holger
Posts: 4
Joined: 2004-01-29 21:23
 

Fehler nach der installation von PHP 4.3.10 / Apache 2.0.49

Post 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
duergner
Posts: 923
Joined: 2003-08-20 11:30
Location: Pittsburgh, PA, USA
 

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

Post by duergner »

Das sieht sehr nach einem GD Problem im mod_php.so aus.
Post Reply