[60] in Hesiod
No subject found in mail header
daemon@ATHENA.MIT.EDU (Mark Rosenstein)
Tue Sep 24 17:08:11 1991
Date: Tue, 24 Sep 91 17:04:10 -0400
From: Mark Rosenstein <mar@MIT.EDU>
To: nabors@bart.MIT.EDU
Cc: hesiod@Athena.MIT.EDU
In-Reply-To: nabors@bart.MIT.EDU's message of Tue, 24 Sep 91 16:00:45 -0500 <9109242100.AA03728@bart>
If the unix you are using does not have the resolver in the C library,
you will have to link against it explicitly. This probably means
adding "-lresolv" to the link line. If the resolver library isn't
even installed on your system, you should fetch a copy of the latest
version of bind from uunet and compiler the resolver library found
there.
-Mark