Date: Tue, 19 Mar 2002 17:06:17 +0200 (SAT) From: John Hay <jhay@icomtek.csir.co.za> To: des@ofug.org (Dag-Erling Smorgrav) Cc: jhay@icomtek.csir.co.za (John Hay), cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/usr.sbin/sshd Makefile Message-ID: <200203191506.g2JF6HW11561@zibbi.icomtek.csir.co.za> In-Reply-To: <xzpofhkei2l.fsf@flood.ping.uio.no> from Dag-Erling Smorgrav at "Mar 19, 2002 03:41:06 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
> John Hay <jhay@icomtek.csir.co.za> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203191506.g2JF6HW11561>