From owner-freebsd-security Mon Sep 25 8: 4:43 2000 Delivered-To: freebsd-security@freebsd.org Received: from priv-edtnes04-hme0.telusplanet.net (fepout2.telus.net [199.185.220.237]) by hub.freebsd.org (Postfix) with ESMTP id 1FD0537B440 for ; Mon, 25 Sep 2000 08:04:19 -0700 (PDT) Received: from yuggoth.warpedspace.org ([216.232.142.232]) by priv-edtnes12-hme0.telusplanet.net (InterMail vM.4.01.02.11 201-229-116-111) with ESMTP id <20000925145532.JVLD4505.priv-edtnes12-hme0.telusplanet.net@yuggoth.warpedspace.org> for ; Mon, 25 Sep 2000 08:55:32 -0600 Received: (from sdp@localhost) by yuggoth.warpedspace.org (8.11.0/8.11.0) id e8PF3m001769; Mon, 25 Sep 2000 08:03:48 -0700 (PDT) From: "S. David Pullara" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14799.26963.869302.229516@yuggoth.warpedspace.org> Date: Mon, 25 Sep 2000 08:03:47 -0700 (PDT) To: freebsd-security@FreeBSD.ORG Subject: OpenSSH compiles? X-Mailer: VM 6.72 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Cc: Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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