Every tiem i try to compile php4 (4.0.4pl1) it function, but after i try to bind the php module into apache (restart apache) it fails with follow message:
Cannot load /usr/lib/apache/libphp4.so into server: undefined symbol: xmlXPtrNewContext
Here are my configure options (without "--with-dom" it functions):
./configure --prefix=/usr --bindir=/usr/bin --libdir=/usr/lib --with-exec-dir=%{libdir}/php/bin --with-mysql=/usr --with-imap --with-tiff-dir=/usr --with-jpeg-dir=/usr --with-png-dir=/usr --with-xpm-dir=/usr/X11R6 --with-apxs=/usr/sbin/apxs --with-openssl --with-imap-ssl --with-ttf --with-gdbm --enable-calendar --enable-exif --enable-ftp --enable-yp --enable-sockets --with-config-file-path=/etc/httpd --with-zlib --with-mcrypt --with-curl --with-ldap --with-gd --enable-ftp --with-ndbm --with-mm --enable-versioning --enable-memory-limit --enable-dbase --enable-shmop --enable-sysvsem --enable-sysvshm --enable-wddx --enable-filepro --enable-bcmath --with-gettext --with-pdflib --with-mcal=/usr --with-sablot --enable-trans-sid --enable-inline-optimization --with-mcrypt --with-qtdom
Any ideas?
System: SuSE 7.1, Apache 1.3.17, lixml2 (newest), qt (newest)