I am using RH7.2,apache1.3.20,PHP4.0.6. I want to deal with XML
with DOM , however some functions doesnot work. for example:
domnode->get_element_by_tagname();last_node();
SO, I want to reinstall apache1.3.26 and php4.2.2.
I try to configure and install like this:
with apache
(1) ./configure --prefix=/usr/local/apache
with PHP
(2)./configure --with-apache=../apache_1.3.26
¡¡¡¡> --with-pgsql
¡¡¡¡> --enable-track-vars
> --with-dom
> --with-zlib
>--with-xml
then
$make
error occured like:
make[3]:[php_domxml.lo] error1
leaving directory /var/tmp/php-4.2.2/ext/domxml
make[2]:[all-recursive]error1
leaving directory /var/tmp/php-4.2.2/ext/domxml
then the make program quit.
could anyone help me?
HOW to configure and install?
Do I need to uninstall apache of my linux default configurement?
emergency
thx a ton!
frank