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=42477>. 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=42477 Summary: Problems with IPV6 Product: Apache httpd-2 Version: 2.3-HEAD Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: Core AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] I have Fedora Core 6 with Kernel 2.6.16 and building a version of Apache with TOE support for my dissertation. I am only "hacking" the socket.c and sendrecv.c. The bug resides when you use ./configure --disable-ipv6 and then run make. Libtool exits with an error. There is a bug in ./srclib/apr/network_io/unix/multicast.c. Function find_if_index(const apr_sockaddr_t *iface) is defined inside #if APR_HAVE_IPV6 Line 168 of multicast.c is: mip.gsr_interface = find_if_index(iface); This is OUTSIDE the #if APR_HAVE_IPV6 section therefore it is compiled as part of IPV4. I commented this instruction and Apache is working. I haven't study its impact yet. Please be WARN! -- 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]
