Date: Mon, 25 Sep 2000 08:03:47 -0700 (PDT) From: "S. David Pullara" <sdpullara@telus.net> To: freebsd-security@FreeBSD.ORG Subject: OpenSSH compiles? Message-ID: <14799.26963.869302.229516@yuggoth.warpedspace.org>
next in thread | raw e-mail | index | archive | help
Does anyone know if there's some trick to getting OpenSSH 2.2.0 to
compile? First the Makefile in ssh/lib dies because of a "malformed
if" (the line with ${KERBEROS} == "yes"), which I got around by just
commenting out that part of the makefile, then I'm getting some
missing files.
Here is the error output --
===> lib
Warning: Object directory not changed from original /usr/src/contrib/ssh/lib
cc -O -pipe -I/usr/src/contrib/ssh/lib/.. -c /usr/src/contrib/ssh/lib/../authfd.c -o authfd.o
In file included from /usr/src/contrib/ssh/lib/../authfd.c:19:
/usr/src/contrib/ssh/lib/../includes.h:27: sys/endian.h: No such file or directory
In file included from /usr/src/contrib/ssh/lib/../authfd.c:19:
/usr/src/contrib/ssh/lib/../includes.h:41: netgroup.h: No such file or directory
*** Error code 1
Stop in /usr/src/contrib/ssh/lib.
*** Error code 1
Stop in /usr/src/contrib/ssh.
and here is what I commented out of lib/Makefile --
#.if (${KERBEROS} == "yes")
#CFLAGS+= -DKRB4 -I${DESTDIR}/usr/include/kerberosIV
#.if (${AFS} == "yes")
#CFLAGS+= -DAFS
#SRCS+= radix.c
#.endif # AFS
#.endif # KERBEROS
Excuse the maillist spam if this is a simple fix -- I just thought I'd
ask if anyone's had a similar problem before this takes a large amount
of time. Any ideas would be a great help.
David Pullara
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14799.26963.869302.229516>
