From owner-freebsd-security Mon Sep 25 9:28:10 2000 Delivered-To: freebsd-security@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 538E937B422 for ; Mon, 25 Sep 2000 09:28:07 -0700 (PDT) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id SAA53817; Mon, 25 Sep 2000 18:28:02 +0200 (CEST) (envelope-from des@ofug.org) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: "S. David Pullara" Cc: freebsd-security@FreeBSD.ORG Subject: Re: OpenSSH compiles? References: <14799.26963.869302.229516@yuggoth.warpedspace.org> From: Dag-Erling Smorgrav Date: 25 Sep 2000 18:28:01 +0200 In-Reply-To: "S. David Pullara"'s message of "Mon, 25 Sep 2000 08:03:47 -0700 (PDT)" Message-ID: Lines: 17 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "S. David Pullara" writes: > 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. Don't build code in src/contrib. Contrib is merely a repository for (mostly) unmodified contributed source code; the actual build system as well as local additions are in other places (in this case, src/secure). Note that OpenSSH has a lot of dependencies (OpenSSL, libcrypto, libssh) that you need to build first, so it's probably simpler to just 'make world'. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message