From: ts Date: 2002-08-26T22:56:32+09:00 Subject: Re: Using DRb on a Linux box ... >>>>> "D" == Dale Martenson writes: D> make clean Yes, this is the way to do it D> ./configure --enable-ipv6 --with-lookup-order-hack=INET D> make D> su root D> make install D> Now when I ran my test, I got an "Address already in use" error. No matter D> if a specified a host ip or "0.0.0.0". D> So is this correct? This doesn't seem like the fix I was looking for. Try just this, to see if it work pigeon% ruby -rsocket -e 'p TCPServer.open(0)' # pigeon% Guy Decoux