I have installed jwhois on many systems, but can't get it to work. The port 43 is open through the firewall and I can do a telnet to the whois server on port 43, but whenver I run jwhois I get the following error:
[Querying whoisserver]
[Unable to connect to remote host]
Any idea on how to fix this issue?
This is Debian Bug 542148.
Not fixed in Ubuntu 10.04 LTS unfortunately.
For 10.04:
/usr/local/src
.Then apply the fix for
.com
lookups:src/utils.c
.Compile and install as usual:
./configure --prefix=/usr/local && make && make install