[Bug 893] With Reliant Unix (5.44/5.45) a connection fails if the host isn’t known in DNS

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Thu Feb 10 10:36:17 EST 2005


http://bugzilla.mindrot.org/show_bug.cgi?id=893





------- Additional Comments From dtucker at zip.com.au  2005-02-10 10:36 -------
Created an attachment (id=814)
 --> (http://bugzilla.mindrot.org/attachment.cgi?id=814&action=view)
Append -lresolv to LIBS early on Reliant Unix

libresolv isn't checked until late in configure, and if it's needed the it's
*prepended* to LIBS.  Reliant Unix apparently doesn't like that.

This patch does it early on Reliant.  I think the root cause is probably a
linker bug, but I think this should work around it.

I will also attach a configure rebuilt with this patch.  Could you please
replace the configure that comes with OpenSSH 3.9p1 with this new one and
confirm whether or not it resolves the problem?



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the openssh-bugs mailing list