From owner-freebsd-current@FreeBSD.ORG Tue Oct 12 09:58:34 2004 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 0129C16A4CE for ; Tue, 12 Oct 2004 09:58:34 +0000 (GMT) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 321FA43D1D for ; Tue, 12 Oct 2004 09:58:33 +0000 (GMT) (envelope-from keramida@linux.gr) Received: from orion.daedalusnetworks.priv (host5.bedc.ondsl.gr [62.103.39.229])i9C9w5I0016476; Tue, 12 Oct 2004 12:58:17 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) i9C9w0jD017321; Tue, 12 Oct 2004 12:58:00 +0300 (EEST) (envelope-from keramida@linux.gr) Received: (from keramida@localhost)i9C9vp5Y017320; Tue, 12 Oct 2004 12:57:51 +0300 (EEST) (envelope-from keramida@linux.gr) Date: Tue, 12 Oct 2004 12:57:51 +0300 From: Giorgos Keramidas To: Dimitry Andric Message-ID: <20041012095751.GA17178@orion.daedalusnetworks.priv> References: <416AFFA7.6080902@mac.com> <20041011215934.GA88374@parodius.com> <416B0351.3070401@mac.com> <952911978.20041012002540@andric.com> <20041012093838.GA16891@orion.daedalusnetworks.priv> <157367088.20041012114524@andric.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <157367088.20041012114524@andric.com> cc: Pete Carss cc: freebsd-current@freebsd.org Subject: Re: Library problems on fresh BETA 7 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: Tue, 12 Oct 2004 09:58:34 -0000 On 2004-10-12 11:45, Dimitry Andric wrote: > On 2004-10-12 at 11:38:38 Giorgos Keramidas wrote: > > Is recompiling absolutely necessary? I think not. I didn't have to > > rebuild cvsup from its sources, this is why I'm asking. > > I just pkg_delete'd on my workstation at work last night and installed > > cvsup from the package. Here's what I see now: > > > : orion# ls -l /etc/libmap.conf > > : ls: /etc/libmap.conf: No such file or directory > > : orion# ldd `which cvsup` > > : /usr/local/bin/cvsup: > > : libz.so.2 => /lib/libz.so.2 (0x2810a000) > > : libutil.so.4 => /lib/libutil.so.4 (0x2811a000) > > : libmd.so.2 => /lib/libmd.so.2 (0x28126000) > > : libm.so.2 => /lib/libm.so.2 (0x28130000) > > : libc.so.5 => /lib/libc.so.5 (0x2814a000) > > And here you see that your version of cvsup uses libm.so.2 from /lib, > which is the old version. The current (bumped) version is libm.so.3, > and .2 should be in /usr/lib/compat (if you build with COMPAT4X=yes in > make.conf). Nice catch... Apparently, before updating my ports I cleaned up only /usr/lib and left a few stale libs in /lib. Thank you, Dimitry :)