ich wollte heute mein PHP Aktualisieren.
Habe dann hiermit configuriert:
Code: Select all
./configure --prefix=/usr/share --datadir=/usr/share/php --bindir=/usr/bin --libdir=/usr/share --includedir=/usr/include --with-_lib=lib --with-config-file-path=/etc --with-exec-dir=/usr/lib/php/bin --disable-debug --enable-bcmath --enable-calendar --enable-dbase --enable-discard-path --enable-exif --enable-filepro --enable-force-cgi-redirect --enable-ftp --enable-gd-imgstrttf --enable-gd-native-ttf --enable-inline-optimization --enable-magic-quotes --enable-mbstr-enc-trans --enable-mbstring --enable-memory-limit --enable-safe-mode --enable-shmop --enable-sigchild --enable-sysvsem --enable-sysvshm --enable-track-vars --enable-trans-sid --enable-versioning --enable-wddx --with-bz2 --with-dom=/usr/include/libxml2 --with-ftp --with-gdbm --with-gettext --with-gmp --with-imap --with-jpeg-dir=/usr --with-ldap --with-mcal=/usr --with-mcrypt --enable-yp --with-mysql=/usr --with-ndbm --with-pgsql=/usr --with-t1lib --with-tiff-dir=/usr --with-ttf --with-freetype-dir --with-xml --with-swf=/usr/include/swf --with-xpm-dir=/usr/X11R6 --with-zlib --with-gd --with-openssl --with-imap-ssl --with-mm --with-apxs=/usr/sbin/apxs i586-suse-linux
Dann das ganze mit Make und Make Install Installiert.
Nun sind aber auf meiner Seite die "includes" falsch..
Code: Select all
Warning: main(http://www.domain.de/.php): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/www/web2/html/index.php on line 137
Warning: main(): Failed opening 'http://www.domain.de/.php' for inclusion (include_path='.:/usr/share/php') in /home/www/web2/html/index.php on line 137
Wenn ich mein Apache Starte bekomme ich auch relativ viele Fehler:
Code: Select all
PHP Warning: Function registration failed - duplicate name - imagegd in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - imagegd2 in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - imagedestroy in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - imagegammacorrect in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - imagefill in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - imagefilledpolygon in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - imagefilledrectangle in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - imagefilltoborder in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - imagefontwidth in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - imagefontheight in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - imageinterlace in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - imageline in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - imageloadfont in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - imagepolygon in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - imagerectangle in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - imagesetpixel in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - imagestring in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - imagestringup in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - imagesx in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - imagesy in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - imagedashedline in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - imagettfbbox in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - imagettftext in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - imageftbbox in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - imagefttext in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - imagepsloadfont in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - imagepsfreefont in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - imagepsencodefont in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - imagepsextendfont in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - imagepsslantfont in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - imagepstext in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - imagepsbbox in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - imagetypes in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - jpeg2wbmp in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - png2wbmp in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - image2wbmp in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - imagelayereffect in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - imagecolormatch in Unknown on line 0
PHP Warning: gd: Unable to register functions, unable to load in Unknown on line 0
PHP wird richtig in der phpinfo() erkannt und dargestellt.
Hoffe ihr könnt mir helfen.
Grüße
Markus
