"David Hill" <[EMAIL PROTECTED]> writes:

> Jeff,
>     remember this one ?

of course :) (I also remember your other problem where I suggested
running buildconf to pick up local libtool... what happened with
that?)

> When I build, I get (and want) IPv6 support, but when I run the image on a
> IPv4 only machine, everything seems to work but the POD. Turns out that this
> fails because getaddrinfo("::"...) is not providing a usefull value on an
> IPv4 only machine, at least as far as the POD connection goes.

Weird.  We only chose "::" because we were able to get an IPv6 socket
(we tried at run-time in case the build machine and the run machine
had different capabilities).

>                               When I hacked
> listen.c changing "::" to "0.0.0.0" then everything seems to work fine. I am
> talking with my network guys about correcting this, but in the mean time the
> listen.c hack is simple for me and works.

Before your network guys fix this broken environment, if you have time
I'd love a little double-checking.  If you could grab the
/home/trawick/ra/jist executable file from hudson, stick it on that
machine, and do this:

  start ./jist then run these jist commands:
 
    socket af_inet6
    getaddrinfo af_unspec ::
    getaddrinfo af_inet6 :: 
    (generate EOF to get out of jist)

  and send the output to me

Hmmm...

-- 
Jeff Trawick | [EMAIL PROTECTED]
Born in Roswell... married an alien...

Reply via email to