Date: Wed, 5 Dec 2001 19:38:34 +0100 From: Grzegorz Czaplinski <gregory@prioris.mini.pw.edu.pl> To: Rob B <rbyrnes@ozemail.com.au> Cc: stable@freebsd.org Subject: Re: Stop error when compiling OpenSSH fix Message-ID: <20011205193834.A94027@prioris.mini.pw.edu.pl> 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 %2B1100 References: <5.1.0.14.2.20011205171558.00a7c020@pop.ozemail.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011205193834.A94027>