Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jun 2002 19:22:05 -0600
From:      Scott Gerhardt <scott@gerhardt-it.com>
To:        <freebsd-security@FreeBSD.ORG>
Subject:   Patching OpenSSH 4.5-Release
Message-ID:  <B93FC4DD.F2D%scott@gerhardt-it.com>

next in thread | raw e-mail | index | archive | help
Patch Make error

I get the following error followed the patch instructions as noted on by
FreeBSD 
http://ftp.FreeBSD.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-02:13.openssh.
asc

make: don't know how to make login_access.c. Stop


The following patch has been verified to apply to FreeBSD 4.4-RELEASE,
4.5-RELEASE, and 4.5-STABLE dated prior to the correction date.  It
may or may not apply to older, unsupported versions of FreeBSD.

Download the patch and the detached PGP signature from the following
locations, and verify the signature using your PGP utility.

# fetch 
ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/patches/SA-02:13/openssh.patch
# fetch 
ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/patches/SA-02:13/openssh.patch.asc

Execute the following commands as root:

# cd /usr/src
# patch < /path/to/sshd.patch
# cd /usr/src/secure/lib/libssh
# make depend && make all
# cd /usr/src/secure/usr.sbin/sshd
# make depend && make all install
# cd /usr/src/secure/usr.bin/ssh
# make depend && make all install


 

-- 
Scott Gerhardt, P.Geo.
Gerhardt Information Technologies [G-IT]



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?B93FC4DD.F2D%scott>