From owner-cvs-all Tue Mar 19 7: 7: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by hub.freebsd.org (Postfix) with ESMTP id 17C5337B404; Tue, 19 Mar 2002 07:06:53 -0800 (PST) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.11.6/8.11.6) id g2JF6HW11561; Tue, 19 Mar 2002 17:06:17 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <200203191506.g2JF6HW11561@zibbi.icomtek.csir.co.za> Subject: Re: cvs commit: src/secure/usr.sbin/sshd Makefile In-Reply-To: from Dag-Erling Smorgrav at "Mar 19, 2002 03:41:06 pm" To: des@ofug.org (Dag-Erling Smorgrav) Date: Tue, 19 Mar 2002 17:06:17 +0200 (SAT) Cc: jhay@icomtek.csir.co.za (John Hay), cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > John Hay writes: > > servconf.o: In function `fill_default_server_options': > > servconf.o(.text+0x4bf): undefined reference to `krb_get_default_keyfile' > > Something's wrong with your sources: > > des@des /usr/src/crypto/openssh% grep -c krb_get_default_keyfile servconf.c I doubt it: ############################## toby:~ > grep KEYFILE /a/snaps/5.0-20020319-SNAP/usr/src/crypto/openssh/* /a/snaps/5.0-20020319-SNAP/usr/src/crypto/openssh/servconf.c: options->kerberos_authentication = (access(KEYFILE, R_OK) == 0); toby:~ > grep KEYFILE /a/snaps/5.0-20020319-SNAP/usr/src/crypto/kerberosIV/lib/krb/krb.h #ifndef KEYFILE #define KEYFILE (krb_get_default_keyfile()) toby:~ > ############################## Build a release for yourself and see ... or just believe me. :-) John -- John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message