public inbox for linux-newbie@vger.kernel.org
 help / color / mirror / Atom feed
* Please help me solve the problem about dict and dictd.
@ 2006-01-21  7:01 Qiang
  2006-01-21 11:50 ` hackmiester (Hunter Fuller)
  0 siblings, 1 reply; 3+ messages in thread
From: Qiang @ 2006-01-21  7:01 UTC (permalink / raw)
  To: linux-newbie

Hello, guys!
Those days, I installed dictd-1.9.15.tar.gz
and some dictionary database at the same time.

Lastly, binary "dictd" and "dict" were installed in the directory
"/usr/local/sbin" and "/usr/local/bin" respectively.

Below are my "/etc/dictd.conf" and
"/etc/dict.conf"(dict.conf is as the same as ~/.dictrc):
****************************************
$ cat /etc/dictd.conf
access {
        allow localhost
        allow 127.0.0.1
}
database web1913   { data "/usr/lib/dict/web1913.dict.dz"
                     index "/usr/lib/dict/web1913.index" }
database wn        { data "/usr/lib/dict/wn.dict.dz"
                     index "/usr/lib/dict/wn.index" }
database gazetteer { data "/usr/lib/dict/gazetteer.dict.dz"
                     index "/usr/lib/dict/gazetteer.index" }
****************************************
$ cat /etc/dict.conf
server localhost
server dict.org

****************************************
****************************************


Next, I ran the command "/usr/local/sbin/dictd".
But I did not find it in the procedure list.

I also ran the command "dict zoo -c ~/.dictrc -h localhost".
But terminal told me:
Cannot connect to any servers (use -v to see why)

If I ran the command "dict zoo",
terminal gave me the explanation of "zoo".

I am confused.

Thanks.                                 


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-01-21 12:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-21  7:01 Please help me solve the problem about dict and dictd Qiang
2006-01-21 11:50 ` hackmiester (Hunter Fuller)
2006-01-21 12:05   ` Qiang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox