[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 Mon, Jun 24, 2002 at 10:28:05PM -0400, Michael C. Ibarra wrote:
> I was kind of hoping to not have to up this box to 3.1 yet as it
> is a prod NFS server.
> 
> Thanks,
> 
> -mike
> 
> ===> 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

>From http://www.openssh.com/openbsd.html :

If you are installing on OpenBSD 2.9, you also need the following patch:
ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/openbsd29_3.3.patch.

To extract and install it on your OpenBSD 2.9 system:

# cd /usr/src/usr.bin
# tar xvfz .../openssh-3.3.tgz
# cd ssh
# patch -p0 < .../openbsd29_3.3.patch
# make obj
# make cleandir
# make depend
# make
# make install
# cp ssh_config sshd_config /etc
# mkdir /var/empty


-- 
Rémi