Date: Wed, 30 Oct 2002 21:11:56 +0900 From: Jun Kuriyama <kuriyama@imgsrc.co.jp> To: Dag-Erling Smorgrav <des@ofug.org> Cc: current@freebsd.org Subject: Re: The next "make release" breaker... Message-ID: <7m8z0gt9bn.wl@black.imgsrc.co.jp> In-Reply-To: <xzpn0ow2l0j.fsf@flood.ping.uio.no> References: <xzpsmyp5ksb.fsf@flood.ping.uio.no> <92881.1035907379@critter.freebsd.dk> <7mr8e8tlm8.wl@black.imgsrc.co.jp> <xzpn0ow2l0j.fsf@flood.ping.uio.no>
next in thread | previous in thread | raw e-mail | index | archive | help
At Wed, 30 Oct 2002 13:01:32 +0100, Dag-Erling Smorgrav wrote: > Jun Kuriyama <kuriyama@imgsrc.co.jp> writes: > > I got same result as Poul-Henning. It seems installed libssh.a in > > chroot does not have mm_auth_krb5(). > > The *installed* libssh shouldn't matter. What matters is the libssh > which is built during 'make world' inside the chroot. That's what > sshd should be linked against. Sorry for my misunderstanding. You mention $chrootdir/usr/obj/usr/src/secure/lib/libssh/libssh.a, right? % cd $chrootdir/usr/obj/usr/src/secure/lib/libssh % nm libssh.a | grep mm_auth 000005e0 T mm_auth2_read_banner 000006f0 T mm_auth_password 00000820 T mm_auth_rhosts_rsa_key_allowed 00001df0 T mm_auth_rsa_generate_challenge 00001d00 T mm_auth_rsa_key_allowed 00001ef0 T mm_auth_rsa_verify_response -- Jun Kuriyama <kuriyama@imgsrc.co.jp> // IMG SRC, Inc. <kuriyama@FreeBSD.org> // FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7m8z0gt9bn.wl>