i make install with confg :
./configure --with-mysql --with-apache=../apache_1.3.14 --enable-track-vars --disable-debug --with-ibm-db2=/usr/IBMdb2/V7.1 --with-oci8=/u01/app/oracle/product/8.1.6 --enable-sigchild --with-pgsql=/usr/local/pgsql --with-gd=../gd-1.8.3 --enable-wddx --with-xml --with-zlib --with-dom
but it always create and error message like this :
modules/php4/libphp4.a(php_domxml.o): In function php_xpathptr_new_context':
xmlXPtrNewContext'
/home/hui/php-4.0.4pl1/ext/domxml/php_domxml.c:1533: undefined reference to
modules/php4/libphp4.a(php_domxml.o): In function php_xpathptr_eval':
xmlXPtrEval'
/home/hui/php-4.0.4pl1/ext/domxml/php_domxml.c:1598: undefined reference to
collect2: ld returned 1 exit status
make[2]: [target_static] Error 1
make[2]: Leaving directory /home/hui/apache_1.3.14/src'
/home/hui/apache_1.3.14'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory
make: [build] Error 2
could you help me figure out where the problem come from ? i think it's from the dom ...
thanks for your concern