[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Error trying to compile openssh 3.3 on 2.9 box
On Tue, 2002-06-25 at 04:28, Michael C. Ibarra wrote:
> ===> ssh/sshd
> cc -O2 -DHAVE_LOGIN_CAP -DBSD_AUTH -DAFS -DKRB4 -I/usr/include/kerberosIV -
> I/usr/src/usr.bin/ssh/sshd/.. -DLIBWRAP -
> c /usr/src/usr.bin/ssh/sshd/../sshd.c
> In file included from /usr/src/usr.bin/ssh/sshd/../sshd.c:79:
> /usr/src/usr.bin/ssh/sshd/../monitor_mm.h:30: sys/tree.h: No such file or
> directory
as stated in the OpenSSH page for OpenBSD, you need to apply the
following patch to the source code:
ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/openbsd29_3.3.patch
This patch feats, among other things, the following:
@@ -27,7 +27,7 @@
#ifndef _MM_H_
#define _MM_H_
-#include <sys/tree.h>
+#include "tree.h"
--
Saad -- [pgp keyid: 35592A6D http://pgp.mit.edu]
[pgp fingerprint: BF7D D73E 1FCF 4B4F AF63 65EB 34F1 DBBF 3559 2A6D]
# booth slave for hire