From owner-freebsd-questions@FreeBSD.ORG Sun Jun 1 10:43:49 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7D4437B401 for ; Sun, 1 Jun 2003 10:43:49 -0700 (PDT) Received: from smtp-1.hut.fi (smtp-1.hut.fi [130.233.228.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id 648CB43FAF for ; Sun, 1 Jun 2003 10:43:48 -0700 (PDT) (envelope-from jhuvinen@lyta.hut.fi) Received: from lyta.hut.fi (lyta.hut.fi [130.233.228.21]) by smtp-1.hut.fi (8.12.9/8.12.9) with ESMTP id h51Hhk1u027733 for ; Sun, 1 Jun 2003 20:43:46 +0300 Date: Sun, 1 Jun 2003 20:43:46 +0300 (EET DST) From: Jukka Huvinen To: FreeBSD User Questions List In-Reply-To: <1054486587.76875.5.camel@shumai.marcuscom.com> Message-ID: References: <1054364515.65940.1.camel@shumai.marcuscom.com> <1054486587.76875.5.camel@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-RAVMilter-Version: 8.4.3(snapshot 20030212) (smtp-1.hut.fi) Subject: Re: gnome-applets-2.2.2 build still fails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2003 17:43:49 -0000 > > > gnomeapplets2-2.2: > > > /usr/libexec/ld-elf.so.1: Shared object "libc_r.so.5" not found > > > > Where is libc_r ?? > > Something on your system is still linked against libc_r from 5.x. I > don't know what, but you can use something like: > > find /usr/local -type f | xargs ldd > /tmp/local.out > find /usr/X11R6 -type f | xargs ldd > /tmp/x11.out > > Then look through the .out files to find the binary. Then, use pkg_info > -W to find the port/package that installed it. Ok! Thank you for excellent help. Now I see why to use portupgrade without -P option. It seems lot of packages are linked against 5.x and I can obtain most of them only by compiling sources. (Oh, no. :( This explains also the packages-4-stable directories in freebsd.org (for me). I guess they are linked for 4.x and I should use only them... More work... Maybe I have a functioning 4.8 some day. :) -- Jukka