From owner-freebsd-current Sat Feb 17 18:49: 0 2001 Delivered-To: freebsd-current@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 2756F37B401 for ; Sat, 17 Feb 2001 18:48:57 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f1I2mdW93513; Sat, 17 Feb 2001 19:48:39 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200102180248.f1I2mdW93513@harmony.village.org> To: The Hermit Hacker Subject: Re: got stuck in the current __sF foo... Cc: Manfred Antar , mjacob@feral.com, current@FreeBSD.ORG In-reply-to: Your message of "Sat, 17 Feb 2001 22:39:08 -0400." References: Date: Sat, 17 Feb 2001 19:48:39 -0700 From: Warner Losh Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message The Hermit Hacker writes: : On Sat, 17 Feb 2001, Warner Losh wrote: : : > In message The Hermit Hacker writes: : > : static const char rcsid[] = : > : "$FreeBSD: src/lib/libc/stdio/findfp.c,v 1.15 2001/02/16 21:09:49 imp : > : Exp $"; : > : > Then I don't understand the error at all. __sF should be defined in : > libc.so.5. What does ldconfig have to say? : : > ldconfig -r | grep libc. : 0:-lcom_err.2 => /usr/lib/libcom_err.so.2 : 2:-lcrypt.2 => /usr/lib/libcrypt.so.2 : 11:-lc.4 => /usr/lib/libc.so.4 : 12:-lc_r.4 => /usr/lib/libc_r.so.4 : 13:-lcalendar.2 => /usr/lib/libcalendar.so.2 : 14:-lcam.2 => /usr/lib/libcam.so.2 : 43:-lcipher.2 => /usr/lib/libcipher.so.2 : 44:-lcrypto.1 => /usr/lib/libcrypto.so.1 : 56:-lc.5 => /usr/lib/libc.so.5 : 57:-lc_r.5 => /usr/lib/libc_r.so.5 OK. This looks good. What does ldd say for the binary complaining? And what does libc.so point to? Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message