Ich soll bei jemanden was einrichten u.a auch php 4.4.4.
Zum System:
Suse 9.3 64 bit
Configure:
Code: Select all
./configure --prefix=/usr --datadir=/usr/share/php --bindir=/usr/bin --libdir=/usr/share --includedir=/usr/include --sysconfdir=/etc --with-_lib=lib64 --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-dom=/usr/include/libxml2 --with-ftp --with-gettext --with-jpeg-dir=/usr --with-mcrypt --with-mhash --with-mysql=/usr --with-png-dir=/usr/lib64 --with-tiff-dir=/usr --with-ttf --with-freetype-dir=yes --with-zlib=yes --with-gd --with-openssl --with-curl --enable-sockets
Code: Select all
configure: error: libpng.(a|so) not found.
Code: Select all
s15242478:/usr/src/php-4.4.4 # ls /usr/lib64/libpng*
/usr/lib64/libpng.a /usr/lib64/libpng.so.3 /usr/lib64/libpng12.a /usr/lib64/libpng12.so.0
/usr/lib64/libpng.so /usr/lib64/libpng.so.3.1.2.8 /usr/lib64/libpng12.so /usr/lib64/libpng12.so.0.1.2.8
Ich habe es mit unterschiedlichen Pfaden versucht, aber er bricht jedesmal ab.
via yast ist alles installiert.
Jemand eine Idee?