[605] in Zephyr_Bugs
Re: -lresolv and zephyr 2.0 beta (SunOS 4.1.x, at least)
daemon@ATHENA.MIT.EDU (E. Jay Berkenbilt)
Thu Jul 6 10:19:32 1995
Date: Thu, 6 Jul 1995 10:16:23 -0400
From: "E. Jay Berkenbilt" <ejb@ERA.COM>
To: ghudson@MIT.EDU
Cc: bug-zephyr@MIT.EDU
In-Reply-To: <199507052349.TAA08370@limekiller.MIT.EDU> (message from Greg
Hudson on Wed, 5 Jul 1995 19:49:02 -0400)
Date: Wed, 5 Jul 1995 19:49:02 -0400
From: Greg Hudson <ghudson@mit.edu>
CC: bug-zephyr@MIT.EDU
> Zephyr links zhm with -lresolv if it's found regardless of whether
> this is the right thing to do.
Ah, yes. The real problem here is that Hesiod needs -lresolv on Suns,
since it uses res_send(). I will fix configure.in to check for
-lresolv only if Hesiod is used.
Actually, while you're at it, you may want to include -lnsl in this
category as well. It is definitely not required on sol1 without
-lresolv. I removed them both, and haven't tested with one and not
the other. I'm still having regular server crashes. I expect (hope)
to have some details to send in today as I figure out what the problem
is. (I think there's some memory corruption. Sometimes right before
a crash some users start getting other users' zgrams.)