Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Oct 2003 16:08:54 -0700
From:      Tim Kientzle <kientzle@acm.org>
To:        Adil Katchi <AdilK@sandvine.com>
Cc:        "'freebsd-hackers@freebsd.org'" <freebsd-hackers@freebsd.org>
Subject:   Re: building sshd
Message-ID:  <3F907686.8020500@acm.org>
In-Reply-To: <FE045D4D9F7AED4CBFF1B3B813C853370291202D@mail.sandvine.com>
References:  <FE045D4D9F7AED4CBFF1B3B813C853370291202D@mail.sandvine.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Adil Katchi wrote:
> I'm trying to build sshd from src/crypto/openssh and I'm having problems.
> I've only modified auth2.c.  I've followed the FREEBSD-upgrade instructions.

I think what you want is more like:

  cd /usr/src/secure/usr.sbin/sshd && make && make install

(You might need to do a full buildworld first.)

Don't be confused by any extra Makefiles you might see floating around:

    * the openssh source code is in /usr/src/crypto/openssh
    * the build harness for sshd is in /usr/src/secure/usr.sbin/sshd

The separation helps to address problems with updating OpenSSH
(which is, after all, being maintained by someone else) and makes
it easier to satisfy various cryptography laws.

Tim Kientzle



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