due to bugs http://www.squid-cache.org/bugs/show_bug.cgi?id=2421
i've applied the patch and reconfigure squid3-HEAD under OpenBSD4.3
installation were running smoothly, --ipv6-enable, but when I tested
with standard
config at squid.conf with a 'little' customs, I've got this messages.
--
2008/07/23 16:02:58| comm_udp_sendto: FD 4, (family=24)
192.168.17.12:53: (51)
Network is unreachable
2008/07/23 16:02:58| idnsSendQuery: FD 4: sendto: (51) Network is
unreachable
2008/07/23 16:03:03| comm_udp_sendto: FD 4, (family=24)
192.168.17.12:53: (51)
Network is unreachable
2008/07/23 16:03:03| idnsSendQuery: FD 4: sendto: (51) Network is
unreachable
2008/07/23 16:03:08| comm_udp_sendto: FD 4, (family=24)
192.168.17.12:53: (51)
Network is unreachable
----
192.168.17.12 is my nameserver. thats really confuse me because I am
sure that I
can ping those ip from my squid host, and I've set PF to pass all traffics.
I tried to recompile squid again, the same version and patch but without
adding
--ipv6-enable, everything's worked properly.
it is another bug (?)
any advice ?
--
dika
Henrik Nordstrom wrote:
tis 2008-07-22 klockan 00:39 +0700 skrev Dika-v6:
configure has running well, but when i performed make, some error has
occured, they are:
IPAddress.cc: In member function `bool IPAddress::IsIPv4() const':
IPAddress.cc:256: error: 'const struct in6_addr' has no member named
's6_addr32
Looks like OpenBSD has a slightly different IPv6 API than the other
OS:es Squid-3 has been tested on.
Please file a bug report
http://bugs.squid-cache.org/
Regards
Henrik