ich habe gerade ein PHp Update auf Apache Modul von PHP-4.4.4 auf PHP-4.4.6 gefahren mit folgendem Configure-Befehl:
Configure, make und make install läuft einwandfrei durch../configure --prefix=/usr/local/php-4.4.6 --bindir=/usr/bin -sysconfdir=/etc --with-config-file-path=/etc --with-apxs2=/usr/sbin/apxs --enable-fastcgi --enable-force-cgi-redirect --with-mysql --with-mysql-sock=/var/lib/mysql/mysql.sock --enable-ftp --disable-debug --enable-bcmath --enable-calendar --enable-ctype --enable-discard-path --enable-exif --enable-filepro --enable-gd-imgstrttf --enable-gd-native-ttf --enable-inline-optimization --enable-magic-quotes --enable-mbstr-enc-trans --enable-mbstring --enable-mbregex --enable-memory-limit --enable-safe-mode --enable-shmop --enable-sigchild --enable-sysvsem --enable-sysvshm --enable-track-vars --enable-trans-sid --enable-versioning --enable-wddx --enable-yp --with-bz2 --with-gettext --with-gmp --with-jpeg-dir=/usr--with-mcal=/usr --with-mcrypt --with-mhash --with-png-dir=/usr --with-t1lib --with-tiff-dir=/usr --with-ttf --with-freetype-dir=yes --with-xml --with-zlib=yes --with-gd --with-openssl --with-curl --with-iconv --enable-calendar --enable-dbx --with-mime-magic --enable-sockets --with-unixODBC --with-pear --with-imap-ssl=/usr/lib
php -v
PHP 4.4.6 (cli) (built: Mar 23 2007 19:54:47)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
Komischerweise gibt mir PHPInfo immernoch die alte PHP-4.4.4 heraus und nicht die aktuelle PHP-4.4.6.
In den Logs vom Apache und Syslogs ist nichts zu finden. Apache Error_log gibt lediglich:
Zu den vorherigen Installationen von PHP habe ich dieses Mal "--with-imap-ssl=/usr/lib" hinzugegeben. Also habe ich PHP 4.4.6 auch mal ohne diesem Paramenter kompiliert - leider mit dem selben Ergebnis.[Fri Mar 23 19:55:56 2007] [notice] Apache/2.0.59 (Unix) mod_ssl/2.0.59 OpenSSL/0.9.7e PHP/4.4.4 configured -- resuming normal operations
Kennt jemand diese Phänomen und auch eine Lösung?
Gruß
- SllnD -