I installed php 4.1.2 on RH 7.2 apache 1.3.32 with a number of modules, including DOMXML. the module works great but when i try to install the binary, it configures fine but fails on make.
error follows below. how come it installs one way and not another?
./.libs/libphp4.a(xml_element.o): In function xml_elem_parse_buf':
/home/phlipper/php/php-4.1.2/ext/xmlrpc/libxmlrpc/xml_element.c:670: undefined reference toXML_GetCurrentByteCount'
/usr/local/lib/libsablot.so: undefined reference to XML_ParserCreateNS'
/usr/local/lib/libsablot.so: undefined reference toXML_SetParamEntityParsing'
/usr/local/lib/libsablot.so: undefined reference to XML_SetEncoding'
/usr/local/lib/libsablot.so: undefined reference toXML_SetCommentHandler'
/usr/local/lib/libsablot.so: undefined reference to XML_SetNamespaceDeclHandler'
collect2: ld returned 1 exit status
make[1]: *** [code=php] Error 1
make[1]: Leaving directory/home/phlipper/php/php-4.1.2'
make: *** [all-recursive] Error 1
[root@webmaster php-4.1.2]#