ich habe mich entschlossen in mein php noch die gd libary einzukompilieren.
Nur das Problem ist das mich der configure anmeckert das der die libXpm nicht findet, mache ich aber einen locate auf die libXpm findet er
Code: Select all
/usr/X11R6/lib/libXpm.so.4
/usr/X11R6/lib/libXpm.so.4.11
wo ist der Fehler ?!? kann mir da jemand helfen ?!?
danke im voraus
hier noch mein configure Befehl
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-ctype --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-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-ftp --with-gdbm --with-gettext --with-gmp --with-imap=no --with-iodbc --with-jpeg-dir=/usr --with-ldap=no --with-mcal=/usr --with-mysql=/usr --with-ndbm --with-png-dir=/usr --with-t1lib --with-tiff-dir=/usr --with-ttf --with-freetype-dir=yes --with-xml --with-xpm-dir=/usr/X11R6 --with-zlib=yes --with-openssl --with-iconv --with-mm --with-apxs=/usr/sbin/apxs --with-gd i586-suse-linux
