You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@apr.apache.org by bu...@apache.org on 2007/01/06 22:40:32 UTC

DO NOT REPLY [Bug 41308] - Build error on Fedora Core 6 64-bit (FC6) with workaround

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


rpluem@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|bugs@httpd.apache.org       |bugs@apr.apache.org
          Component|Build                       |APR-util
            Product|Apache httpd-2              |APR
            Version|2.2.3                       |1.2.8




------- Additional Comments From rpluem@apache.org  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: bugs-unsubscribe@apr.apache.org
For additional commands, e-mail: bugs-help@apr.apache.org