Fehelrmeldung: Please reinstall the libxml / Update PHP 4.3

Apache, Lighttpd, nginx, Cherokee
Post Reply
gilligan
Posts: 38
Joined: 2003-04-13 13:07
 

Fehelrmeldung: Please reinstall the libxml / Update PHP 4.3

Post by gilligan »

Bin gerade dabei Php 4.3.0 zu kompilieren, nur bekomme ich beim Configure den Fehler : configure: error: Please reinstall the libxml >= 2.4.14 distribution

Hm, wo finde ich denn die richtige disbribution. Habe mir schon mal eine gesaugt und wollte per rpm installieren und da bekam ich die Meldung, dass die libxml2 bereits installiert sei...

System: Suse Linux 8.1, 1 & 1, Apache, bis jetzt PHP 4.2.2

Ã?ber Hilfe würde ich mich echt freuen!

PS Hier mein PHP Configure:

Code: Select all

./configure --prefix=/usr/share --datadir=/usr/share/php --bindir=/usr/bin --libdir=/usr/share --with-config-file-path=/etc --with-exec-dir=/usr/lib/php/bin --with-mysql=/usr --with-gd=yes --enable-gd-native-ttf --enable-gd-imgstrttf --with-tiff-dir=/usr --with-jpeg-dir=/usr --with-png-dir=/usr --with-xpm-dir=/usr/X11R6 --with-zlib=yes --with-bz2 --with-gmp --with-xml --with-dom --with-ttf --with-t1lib --with-mcal=/usr --with-imap=yes --with-imap-ssl=yes --with-xslt-sablot=/usr --with-ftp --with-ndbm --with-gdbm --with-mcrypt --with-gettext --with-qtdom=/usr/lib/qt --enable-versioning --enable-yp --enable-bcmath --enable-trans-sid --enable-inline-optimization --enable-track-vars --enable-magic-quotes --enable-safe-mode --enable-sockets --enable-sysvsem --enable-sysvshm --enable-shmop --enable-calendar --enable-mbstring --enable-exif --enable-ftp --enable-memory-limit --enable-wddx --enable-filepro --enable-dbase --enable-ctype --disable-debug --enable-discard-path --enable-sigchild --with-openssl
jtb
Posts: 599
Joined: 2002-08-18 16:41
Location: Darmstadt
Contact:
 

Re: Fehelrmeldung: Please reinstall the libxml / Update PHP 4.3

Post by jtb »

eventl. braucht PHP libxml-dev
Post Reply