Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Nov 2002 10:51:16 -0600
From:      John Newman <jnn@cachehit.net>
To:        freebsd-current@freebsd.org
Subject:   problem with phoenix
Message-ID:  <20021118165116.GA5275@totalaccess.net>

next in thread | raw e-mail | index | archive | help
I'm running a recently (as in today) cvsup'd current box.  Today I compiled
phoenix 0.4.  Oddly enough it would say "Connection refused" to any URL.
Looking at truss/tcpdump I realized it was ALWAYS trying to connect to
an ipv6 address, for any site.  I searched around google and found this
link:

 http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&threadm=fa.pirns7v.j34ja2%40ifi.uio.no&rnum=2&prev=/groups%3Fq%3Dphoenix%2B%2Bipv6%2Bmozilla%26hl%3Den%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26selm%3Dfa.pirns7v.j34ja2%2540ifi.uio.no%26rnum%3D2

"sys/netinet6/in6_pcb.h is missing a #include "opt_inet.h"
and so gets compiled with INET undefined.
in6_pcbconnect() then returns EADDRNOTAVAIL for IPv4 addresses."

To get Phoenix to work I had to setup a web proxy that listened on my ipv6
local interface (::1).  After doing this and plugging that into the proxy
settings it started working!

Any ideas on how to fix this for real?

-- 
john

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021118165116.GA5275>