DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=41308>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=41308 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|[email protected] |[EMAIL PROTECTED] Component|Build |APR-util Product|Apache httpd-2 |APR Version|2.2.3 |1.2.8 ------- Additional Comments From [EMAIL PROTECTED] 2007-01-06 13:40 ------- Confirmed. This happens if on a 64 bit system a 64 bit build is attempted and a 32 bit expat library is installed system wide in /usr/lib. This is caused by the self defined autoconf macro APU_TEST_EXPAT which is defined in apu-conf.m4. It searches the lib path first before checking the lib64 path. I guess it should cross check if the library found under lib does really link and if not it should continue with the lib64 path if appropriate. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
