From owner-freebsd-current@FreeBSD.ORG Mon Oct 11 21:59:35 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 B057216A4CE for ; Mon, 11 Oct 2004 21:59:35 +0000 (GMT) Received: from mail.parodius.com (mail.parodius.com [64.62.145.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7324243D2D for ; Mon, 11 Oct 2004 21:59:35 +0000 (GMT) (envelope-from jdc@pentarou.parodius.com) Received: from pentarou.parodius.com (jdc@localhost [127.0.0.1]) by mail.parodius.com (8.13.1/8.13.1) with ESMTP id i9BLxYRo088573 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 11 Oct 2004 14:59:34 -0700 (PDT) (envelope-from jdc@pentarou.parodius.com) Received: (from jdc@localhost) by pentarou.parodius.com (8.13.1/8.13.1/Submit) id i9BLxYpP088572 for freebsd-current@freebsd.org; Mon, 11 Oct 2004 14:59:34 -0700 (PDT) (envelope-from jdc) Date: Mon, 11 Oct 2004 14:59:34 -0700 From: Jeremy Chadwick To: freebsd-current@freebsd.org Message-ID: <20041011215934.GA88374@parodius.com> Mail-Followup-To: freebsd-current@freebsd.org References: <416AFFA7.6080902@mac.com> <1097531541.58856.0.camel@server> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1097531541.58856.0.camel@server> User-Agent: Mutt/1.5.6i 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: Mon, 11 Oct 2004 21:59:35 -0000 This is caused by the library version bump. Using libmap.conf is a more than suitable workaround. Details: http://lists.freebsd.org/pipermail/freebsd-current/2004-October/039086.html Otherwise, install your packages remotely via FTP, and specifically use the ports/i386/packages-5.3-release/ directory (instead of the one that sysinstall is configured to use), or pkg_add -r. Details: http://lists.freebsd.org/pipermail/freebsd-current/2004-October/039367.html -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. | On Mon, Oct 11, 2004 at 02:52:21PM -0700, Sean McNeil wrote: > On Mon, 2004-10-11 at 14:48, Pete Carss wrote: > > after a minimal network install of BETA 7 - trying to run cvsup i get: > > > > /libexec/ld-elf.so.1: Shared object "libm.so.2" not found, required by > > "cvsup" > > > > This was after installing cvsup-without-gui through /stand/sysinstall. > > I'm sure its fixed by now, I haven't had this problem with a machine > > that has stepped up from BETA2 to BETA7. As soon as I get cvsup fixed > > I'll probably find out that this is fixed...;-) > > I do not think it is fixed yet. I just added a line to my > /etc/libmap.conf to get around it. >