You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2003/01/22 12:48:52 UTC

DO NOT REPLY [Bug 16317] - 64 bits build on HP-UX logs all IP addresses as 0.0.0.0

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 trawick@apache.org  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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org