|
|
[root@debian /etc/dictd] # apt-get install dict
[root@debian /etc/dictd] # cat /etc/dictd/dict.conf
# /etc/dict.conf Written by Bob Hilliard <hilliard@debian.org>
# 1998/03/20. Last revised Sun, 22 Nov 1998 18:10:04 -0500 This is
# the configuration file for /usr/bin/dict. In most cases only the
# server keyword need be specified.
# This default configuration will try to access a dictd server on the
# local host, failing that, it will try the public server. In many
# cases this will be slow, so you should comment out the line for the
# server that you don't want to use. To use any other server, enter
# its IP address in place of "dict.org".
# Refer to the dict manpage (man dict) for other options that could
# be inserted in here.
#server localhost
server dict.org
#server dict0.us.dict.org
#server alt0.dict.org
[root@debian /etc/dictd] # dict hello
后就会发生一直等待的黑屏...无结果
我ping dict.org是可以使用的.并且http://luetzschena-stahmeln.de/dictd/index.php
显示也是可用的host list.
请问各位前辈我应该怎么办 |
|