Hi,
I am trying to install php4.0.4p1 with the following config options on Redhat6.1.
./configure --with-apxs=/usr/sbin/apxs --with-config-file-path=/etc/httpd/conf/ --enable-ftp --with-gd --with-imap=/usr/local --with-mysql --with-pgsql --enable-trans-sid --enable-yp --with-dom --enable-wddx --with-mysql=/usr --with-ldap --with-zlib --with-java=/usr/local/jdk1.2.2 --enable-bcmath
All goes well until i try to start apache
I get the following error:
Cannot load /etc/httpd/lib/apache/libphp4.so into server: /etc/httpd/lib/apache/libphp4.so: undefined symbol: xmlDocSetRootElement
Any ideas
Reagrds,