OpenSSH-3.0.2p1 and Linux libc5
Damien Miller
djm at mindrot.org
Wed Dec 26 00:22:46 EST 2001
On Mon, 24 Dec 2001, Richard Gooch wrote:
> Hi, all. I'm trying to compile OpenSSH-3.0.2p1 on a Linux libc5
> system, and it fails when compiling packet.c with the following:
[snip - compilation failing on missing TCP_NODELAY]
> The naive solution of adding:
> #include <linux/tcp.h>
> doesn't work:
[snip - compliation failing on redef of struct tcphdr]
> so I fell back to adding the following:
> #define TCP_NODELAY 1
>
> Brute force, but it works.
I can't think of any clean way we can get autoconf to work around this
header breakage, but at least your message is in the archives (for those
who bother to search them :)
-d
--
| By convention there is color, \\ Damien Miller <djm at mindrot.org>
| By convention sweetness, By convention bitterness, \\ www.mindrot.org
| But in reality there are atoms and space - Democritus (c. 400 BCE)
More information about the openssh-unix-dev
mailing list