From owner-freebsd-current@FreeBSD.ORG Sat Aug 30 04:52:59 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A331016A4BF; Sat, 30 Aug 2003 04:52:59 -0700 (PDT) Received: from mailout06.sul.t-online.com (mailout06.sul.t-online.com [194.25.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FC5343FAF; Sat, 30 Aug 2003 04:52:58 -0700 (PDT) (envelope-from Alexander@Leidinger.net) Received: from fwd08.aul.t-online.de by mailout06.sul.t-online.com with smtp id 19t4Hh-0006LS-00; Sat, 30 Aug 2003 13:52:49 +0200 Received: from Andro-Beta.Leidinger.net (TnPSPuZUre5HJXRW9SPZrE91m-3nD2btfrfyF+iWG1oIhLEh0NV+YT@[80.131.121.218]) by fmrl08.sul.t-online.com with esmtp id 19t4Hd-0zE8AK0; Sat, 30 Aug 2003 13:52:45 +0200 Received: from Magelan.Leidinger.net (Magelan [192.168.1.1]) h7UBrl9O001307; Sat, 30 Aug 2003 13:53:48 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from Magelan.Leidinger.net (netchild@localhost [127.0.0.1]) by Magelan.Leidinger.net (8.12.9/8.12.9) with SMTP id h7UBsR2n000846; Sat, 30 Aug 2003 13:54:27 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Date: Sat, 30 Aug 2003 13:54:27 +0200 From: Alexander Leidinger To: Steve Kargl Message-Id: <20030830135427.0cea7fdb.Alexander@Leidinger.net> In-Reply-To: <20030829161907.GA89129@troutmask.apl.washington.edu> References: <200308291454.h7TEsb913915@accms33.physik.rwth-aachen.de> <20030829172348.1aa0b5d4.Alexander@Leidinger.net> <20030829161907.GA89129@troutmask.apl.washington.edu> X-Mailer: Sylpheed version 0.9.3claws (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Seen: false X-ID: TnPSPuZUre5HJXRW9SPZrE91m-3nD2btfrfyF+iWG1oIhLEh0NV+YT@t-dialin.net cc: gordon@freebsd.org cc: freebsd-current@freebsd.org cc: Christoph Kukulies Subject: /lib symlinks problem? (was: Re: __fpclassifyd) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Aug 2003 11:52:59 -0000 On Fri, 29 Aug 2003 09:19:07 -0700 Steve Kargl wrote: > Are you linking in libc? > > troutmask:kargl[207] nm -D /usr/lib/libc.so | grep fpcl > 000b0040 T __fpclassifyd > 000afff0 T __fpclassifyf > 000b00a0 T __fpclassifyl I think the problem is, that some tools have a problem finding it...: ---snip--- (3) netchild@ttyp1 % nm -D /usr/lib/libc.so | grep fpcl nm: /usr/lib/libc.so: No such file or directory (4) netchild@ttyp1 % ll /usr/lib/libc.so lrwxr-xr-x 1 root wheel 19B 29 Aug 13:57 /usr/lib/libc.so@ -> ../../lib/libc.so.5 (5) netchild@ttyp1 % ll /usr lrwxr-xr-x 1 root wheel 7.0B 18 Aug 2001 /usr@ -> big/usr (7) netchild@ttyp1 % ll /lib/libc.so lrwxr-xr-x 1 root wheel 9.0B 29 Aug 13:57 /lib/libc.so@ -> libc.so.5 ---snip--- I think a workaround would be to use absolute symlinks (at least as an option). David O'Brien wrote: > Yes, your libs + binaries are out of sync with each other. > You may also have stale ".so" symlinks in /usr/lib. One gets this if one > runs a certain 4.x binary on 5.1. This was an update of an -current since ever system from Aug 2 src to Aug 28 src. I just tried to recompile cdrdao. Bye, Alexander. -- If Bill Gates had a dime for every time a Windows box crashed... ...Oh, wait a minute, he already does. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7