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=39199>. 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=39199 ------- Additional Comments From [EMAIL PROTECTED] 2006-04-04 19:47 ------- Actually, it's not quite that simple, if you disable ipv6 but HAVE_GETIFADDRS is still defined you get a build error trying to use the .sin6 member of iface->sa. You can work around that by making that portion of find_if_index conditional on both HAVE_GETIFADDRS and APR_HAVE_IPV6, but then find_if_index is just a pass through, and I'm not clear if that actually works or not... -- 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]
