[#274] IPv6-ready ruby — Jun-ichiro itojun Hagino <itojun@...>
We KAME team (www.kame.net) are working on IPv6-ready ruby.
7 messages
1999/04/13
[#275] Re: IPv6-ready ruby
— gotoken@... (GOTO Kentaro)
1999/04/14
In message "[ruby-talk:00274] IPv6-ready ruby"
[#276] Re: IPv6-ready ruby
— Jun-ichiro itojun Hagino <itojun@...>
1999/04/14
[#291] AW: Re: Extensions to Ruby — Michael Neumann <neumann@...>
> Michael,
4 messages
1999/04/27
[#297] Ruby 1.3.3-990430 — matz <matz@...>
Ruby 1.3.3-990430 is out, check out:
1 message
1999/04/30
[ruby-talk:00275] Re: IPv6-ready ruby
From:
gotoken@... (GOTO Kentaro)
Date:
1999-04-14 06:34:07 UTC
List:
ruby-talk #275
In message "[ruby-talk:00274] IPv6-ready ruby"
on 99/04/14, Jun-ichiro itojun Hagino <itojun@itojun.org> writes:
> We KAME team (www.kame.net) are working on IPv6-ready ruby.
It sounds great!
I don't live in IPv6 still, but I tried the patch by
`./configure --disable-ipv6'. Then, sockets seem not to work correctly:
% ruby -r socket -ve 'p TCPsocket.open("www", "daytime").read'
ruby 1.2.5(99/04/13) [i386-freebsd2.2.6]
/tmp/rbo25611:1:in `open': Protocol not supported - socket(2) (Errno::EPROTONOSUPPORT)
from /tmp/rbo25611:1
%
What is wrong?? or, Does this patch work upon only IPv6??
I have IPv4 environment only.
-- gotoken