From owner-freebsd-security Mon Mar 11 13:25:13 2002 Delivered-To: freebsd-security@freebsd.org Received: from mozone.net (mail.mozone.net [206.165.200.53]) by hub.freebsd.org (Postfix) with ESMTP id 1A7C337B493 for ; Mon, 11 Mar 2002 13:24:45 -0800 (PST) Received: (from mki@localhost) by mozone.net (8.11.2/8.11.2) id g2BLOe624152 for freebsd-security@FreeBSD.ORG; Mon, 11 Mar 2002 14:24:40 -0700 Date: Mon, 11 Mar 2002 14:24:40 -0700 From: mki@mozone.net To: freebsd-security@FreeBSD.ORG Subject: Re: FreeBSD Security Advisory FreeBSD-SA-02:13.openssh Message-ID: <20020311142440.S4233@cyclonus.mozone.net> References: <20020311184351.D80204@plab.ku.dk> <20020311174552.GA5642@peitho.fxp.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020311174552.GA5642@peitho.fxp.org>; from jedgar@fxp.org on Mon, Mar 11, 2002 at 12:45:52PM -0500 Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I'm trying to update a 4.5 source tree on a 4.4-RELEASE nfs update server, and the following step always fails: # cd /usr/src/secure/usr.sbin/sshd # make depend && make all install cc -O -pipe -DLIBWRAP -DHAVE_LOGIN_CAP -DLOGIN_ACCESS -I/usr/src/secure/usr.sbin/sshd/../../../usr.bin/login -DUSE_PAM -DHAVE_PAM_GETENVLIST -DKRB4 -DKRB5 -DSKEY -DXAUTH_PATH=\"/usr/X11R6/bin/xauth\" -DNO_IDEA -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 auth-krb4.o auth-krb5.o -lkrb -lcom_err -lkrb5 -lasn1 -lcom_err -lmd -L/usr/obj/usr/src/secure/usr.sbin/sshd/../../../kerberos5/lib/libroken -lroken -lopie -lmd /usr/obj/usr/src/secure/usr.sbin/sshd/../../lib/libssh/libssh.a -lcrypt -lcrypto -lutil -lz -lwrap -lpam /usr/libexec/elf/ld: cannot find -lkrb *** Error code 1 Stop in /usr/src/secure/usr.sbin/sshd. Does the 4.4-RELEASE host *have* to be updated to 4.5 in order for this to work? the make.conf does have MAKE_KERBEROS4 and MAKE_KERBEROS5 set. Also, /usr/obj does have libkrb4 and libkrb5 in their appropriate dirs but based on the above, it doesn't appear that the depend is setting up the right library search path.... Any help would be greatly appreciated. -m To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message