System: CentOS release 4.9 (Final) Linux 2.6.9-89.0.16.plus.c4smp gcc version 3.4.6 20060404 (Red Hat 3.4.6-11)
Hi After spending a few hours searching through the web and coming up with no good hints or solution I find no other places to ask then here. I hope some of you could shed some light on this issue. making apache 2.4.1 fail with: httpd-2.4.1/srclib/apr-util/.libs/libaprutil-1.so: undefined reference to `XML_StopParser' collect2: ld returned 1 exit status apr-1.4.6 and apr-util-1.4.1 is uncompressed and included to the correct location. Configure complete without any errors from what I'm able to tell. I'll attach my Makefile.in, if the mailinglist accept attachments. My configure command is: ./configure --prefix=/usr/local/apache2 --with-included-apr --enable-so but I have also tried to be more specific in my configure like: ./configure --prefix=/usr/local/apache2 --with-included-apr --enable-so --with-perl --with-apr=srclib/apr --with-apr-util=srclib/apr-util but make still fail. I test compiled apr-util and that seemed to work just fine. The error seem to be coming from: httpd-2.4.1/srclib/apr-util/xml/apr_xml.c and the function entity_declaration() but then again, I do not know the code and there been a while since I dabbled in C. A bit confusseled but hope some of you guys might point me in the right direction. -- Stein
Makefile.in
Description: Binary data
--------------------------------------------------------------------- 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-unsubscr...@httpd.apache.org " from the digest: users-digest-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org