> Below is an addition to the first message: It appears (from the -bloadmap > output) that XML_Parse is suppossed to be coming from apr-util. Or is it > APR-UTIL is the caller? > > :g/XML_Parse/p > (ld): keep XML_Parse > ld: 0711-301 WARNING: Symbol specified with the -u flag not defined: > XML_Parse > .XML_Parse [142] ER PR > ../src/apr-util-1.6.1/xml/apr_xml.c(/opt/lib/libaprutil-1.a[apr_xml.o]) > .XML_ParserFree [148] ER PR > ../src/apr-util-1.6.1/xml/apr_xml.c(/opt/lib/libaprutil-1.a[apr_xml.o]) > .XML_ParserCreate [176] ER PR > ../src/apr-util-1.6.1/xml/apr_xml.c(/opt/lib/libaprutil-1.a[apr_xml.o]) > [Press return to continue]
apr-util depends on expat but no longer embeds it. You moved to apr-util 1.6.x when you built the latest httpd but it is not required.
