From owner-freebsd-stable Wed Dec 5 10:38:43 2001 Delivered-To: freebsd-stable@freebsd.org Received: from prioris.mini.pw.edu.pl (prioris.mini.pw.edu.pl [194.29.178.2]) by hub.freebsd.org (Postfix) with ESMTP id 643E437B41A for ; Wed, 5 Dec 2001 10:38:37 -0800 (PST) Received: by prioris.mini.pw.edu.pl (Postfix, from userid 1368) id 42E357D0D6; Wed, 5 Dec 2001 19:38:34 +0100 (CET) Date: Wed, 5 Dec 2001 19:38:34 +0100 From: Grzegorz Czaplinski To: Rob B Cc: stable@freebsd.org Subject: Re: Stop error when compiling OpenSSH fix Message-ID: <20011205193834.A94027@prioris.mini.pw.edu.pl> References: <5.1.0.14.2.20011205171558.00a7c020@pop.ozemail.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <5.1.0.14.2.20011205171558.00a7c020@pop.ozemail.com.au>; from rbyrnes@ozemail.com.au on Wed, Dec 05, 2001 at 05:20:13PM +1100 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ohh, go on. Don't read security and bugs? First of all, applay the patch, then do: cd /usr/src/secure/lib/libssh make depend && make all then cd /usr/src/secure/usr.sbin/sshd make clean && make depend && make all install. That should solve the problem. gregory On Wed, Dec 05, 2001 at 05:20:13PM +1100, Rob B wrote: > Hi all, > > Downloaded and patched the OpenSSH source on my box today, but I'm getting > the following error when compiling: > > /usr/src/secure/usr.sbin/sshd> # make depend && make all install > <...compile compile...> > cc -O -pipe -mcpu=ev56 -DLIBWRAP -DHAVE_LOGIN_CAP -DLOGIN_ACCESS > -I/usr/src/secure/usr.sbin/sshd/../../../usr.bin/login -DUSE_PAM > -DHAVE_PAM_GETENVLIST -DSKEY -DXAUTH_PATH=\"/usr/X11R6/bin/xauth\" -o > sshd sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o sshpty.o > sshlogin.o servconf.o serverloop.o auth.o auth1.o auth2.o auth-options.o > session.o auth-chall.o auth2-chall.o auth-pam.o login_access.o > groupaccess.o -lopie -lmd > /usr/src/secure/usr.sbin/sshd/../../lib/libssh/libssh.a -lcrypt -lcrypto > -lutil -lz -lwrap -lpam > cc: /usr/src/secure/usr.sbin/sshd/../../lib/libssh/libssh.a: No such file > or directory > *** Error code 1 > > Stop in /usr/src/secure/usr.sbin/sshd. > > > This is 4.4-STABLE on Alpha, and to think I built and installed world only > three days ago :) > > Cheers, > Rob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message