On Thu, Feb 14, 2008 at 10:30 AM, O'DELL, TODD E (ATTOPS) <to2958@xxxxxxx> wrote: > I'm able to build the 2.2.8 Apache on a AIX 5.3 server. It will compile > and install but when I go to start it I get this: > > exec(): 0509-036 Cannot load program httpd because of the following > errors: > rtld: 0712-001 Symbol XML_ParserFree was referenced > from module /web/apache/production/lib/libaprutil-1.so(), but a > runtime definition > of the symbol was not found. ISTR a problem with libtool on AIX where the relinkde/installed version of apr-util has a hard-coded reference to expat that cannot be overridden by LIBPATH. This should only affect running the Apache code on a different system, as the hard-coded path ought to at least be correct. You might want to try temporarily using the apr-util libs from srclib/apr-util/.libs/ instead of the ones re-linked by libtool, and see if it helps at all. You might also want to try picking up a newer libtool and re-building. -- Eric Covener covener@xxxxxxxxx --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx