DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16317>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16317 64 bits build on HP-UX logs all IP addresses as 0.0.0.0 ------- Additional Comments From [EMAIL PROTECTED] 2003-01-22 11:48 ------- sounds to me like you have IPv6 enabled and there is some problem in APR manipulating the IP address plz verify that it works when you put --disable-ipv6 on your configure invocation so that we can narrow down which feature the breakage is related to if you are able to debug your broken build, could you set a breakpoint in apr_sockaddr_ip_get() and see if you can tell what is failing? dump out the structure pointed to by sockaddr see if the IN6_IS_ADDR_V4MAPPED() macro identifies the IP address properly Thanks! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
