[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Help installing OpenSSH 3.0.2
- To: MiscAtOpenBSD <misc@openbsd.org>
- Subject: Help installing OpenSSH 3.0.2
- From: Andrew Falanga <afalanga@linora.com>
- Date: Fri, 01 Mar 2002 12:16:57 -0700
- User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4) Gecko/20011126 Netscape6/6.2.1
Hello everybody,
Well, I just finished rebuilding a 3.0 -release system. Went the
errata.html page to get the list of patches and so forth. The first
patch I try to apply is the 002_ssh.patch. Everything is going well. I
do,
patch -p0 < 002_ssh.patch
cd usr.bin/ssh
make obj
make cleandir
Now, it stops. Exit code 1. Something in the process of make cleandir
is just not going as it should. I read a little bit more about the
patch and it says that OpenBSD 3.0 can be upgraded to OpenSSH 3.0.2 vs.
3.0. So, I decide to just go that route instead. I go to
www.openssh.org, follow the links to download OpenSSH 3.0.2, for OpenBSD
not the other os's, and while in the directory /usr/src/usr.bin, I do
tar -zxvf openssh-3.0.2.tgz. Then follow those instructions doing,
cd ssh
make obj
make cleandir
Same thing. The exact same error message. So here it is.
rm -f a.out [Ee]rrs mklog core *.core
rm -f libssh.a authfd.o authfile.o bufaux.o buffer.o canohost.o
channels.o cipher.o compat.o compress.o crc32.o deattack.o hostfile.o
log.o match.o mpaux.o nchan.o packet.o readpass.o rsa.o tildexpand.o
ttymodes.o uidswap.o xmalloc.o atomicio.o key.o dispatch.o kex.o mac.o
uuencode.o misc.o rijndael.o ssh-dss.o ssh-rsa.o dh.o kexdh.o kexgex.o
scard.o radix.o
*** Signal 11
Stop in /usr/src/usr.bin/ssh/lib (line 195 of /usr/share/mk/bsd.lib.mk).
*** Error code 1
Stop in /usr/src/usr.bin/ssh.
So, what am I missing here? Is there some update to the libraries that
I need before this can be accomplished? Perhaps update my OpenSSL
libraries? As I said, what needs to be done?
Andy