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> In-Reply-To: <20020311174552.GA5642@peitho.fxp.org>; from jedgar@fxp.org on Mon, Mar 11, 2002 at 12:45:52PM -0500 References: <20020311184351.D80204@plab.ku.dk> <20020311174552.GA5642@peitho.fxp.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020311142440.S4233>