Hello, I've tried to install PHP 4.3.2 with xml-support!
./configure & make & make install went fine! If I try to start apache I've got the following error! Cannot load /usr/lib/apache/1.3/libphp4.so into server: /usr/lib/apache/1.3/libphp4.so: undefined symbol: xml_utf8_decode failed If I remove the --with-xml=/usr option, apache and php works fine! I've installed libxml and expact (newest version)! With (--prefix=/usr) Apache Version: 1.3.23 My ./configure line: ./configure --prefix=/usr --with-apxs=/usr/bin/apxs --with-regex=system --wi th-config-file-path=/etc/php4/apache --disable-rpath --disable-debug --enabl e-memory-limit --enable-calendar --enable-sysvsem --enable-sysvshm --enable- track-vars --enable-trans-sid --enable-bcmath --enable-ctype -with-ndbm --en able-exif --enable-ftp --with-gettext --enable-mbstring --enable-mbstr-enc -trans --with-curl=shared,/usr --enable-shmop --enable-sockets --enable-wddx --with-expat-dir=/usr --with-zlib --with-bz2=/usr --without-pgsql --disable -static --with-layout=GNU --with-dom=shared,/usr --with-gd=shared,/usr --ena ble-gd-native-ttf --with-xpm-dir=shared,/usr/X11R6 --with-imap=shared,/usr --with-png-dir=/usr --with-mhash=shared,/usr --with-sablot=shared,/usr --wi th-snmp=shared --with-jpeg-dir=shared,/usr --with-mysql --with-openssl --wi th-pdflib=/usr --with-interbase=/usr --with-freetype-dir=shared,/usr --with- ttf=shared,/usr --with-xml=/usr Thanks, for ideas and solutions! Andy PS: Sorry about my english.. :) -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php