Using DRb on a Linux box

“druby://:0”
– failed with ./configure
– failed with ./configure --enable-ipv6 --with-lookup-order-hack=INET

“druby://0.0.0.0:0”
– worked with ./configure
– worked with ./configure --enable-ipv6 --with-lookup-order-hack=INET

···

On Thu, 22 Aug 2002, Hugh Sasse wrote:

Would it be a big hassle to try this with ruby compiled without
those options?
without …hack=INET with …hack=INET
druby://:0 No No
druby://0.0.0.0:0 ??? yes

Would it be a big hassle to try this with ruby compiled without
those options?
[table]

“druby://:0”
– failed with ./configure
– failed with ./configure --enable-ipv6 --with-lookup-order-hack=INET

“druby://0.0.0.0:0”
– worked with ./configure
– worked with ./configure --enable-ipv6 --with-lookup-order-hack=INET

Thank you, much appreciated.
Hugh

···

On Fri, 23 Aug 2002, Dale Martenson wrote:

On Thu, 22 Aug 2002, Hugh Sasse wrote: