Skip site navigation (1)Skip section navigation (2)
Date:      25 Sep 2000 18:28:01 +0200
From:      Dag-Erling Smorgrav <des@ofug.org>
To:        "S. David Pullara" <sdpullara@telus.net>
Cc:        freebsd-security@FreeBSD.ORG
Subject:   Re: OpenSSH compiles?
Message-ID:  <xzpaecwzbam.fsf@flood.ping.uio.no>
In-Reply-To: "S. David Pullara"'s message of "Mon, 25 Sep 2000 08:03:47 -0700 (PDT)"
References:  <14799.26963.869302.229516@yuggoth.warpedspace.org>

next in thread | previous in thread | raw e-mail | index | archive | help

"S. David Pullara" <sdpullara@telus.net> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzpaecwzbam.fsf>