From owner-freebsd-current@FreeBSD.ORG Sat Oct 16 16:34:45 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 8A9CA16A4CE for ; Sat, 16 Oct 2004 16:34:45 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D5FA43D46 for ; Sat, 16 Oct 2004 16:34:45 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id i9GGYhrf094156; Sat, 16 Oct 2004 09:34:43 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i9GGYf2x094155; Sat, 16 Oct 2004 09:34:41 -0700 (PDT) (envelope-from obrien) Date: Sat, 16 Oct 2004 09:34:40 -0700 From: "David O'Brien" To: albi Message-ID: <20041016163440.GA93966@dragon.nuxi.com> References: <3269.209.167.16.15.1097857251.squirrel@209.167.16.15> <32801.62.194.19.87.1097928869.squirrel@62.194.19.87> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <32801.62.194.19.87.1097928869.squirrel@62.194.19.87> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: Steve Bertrand cc: freebsd-current@freebsd.org Subject: Re: Xorg and libm.so.2 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-current@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Oct 2004 16:34:45 -0000 On Sat, Oct 16, 2004 at 02:14:29PM +0200, albi wrote: > > I have just installed 5.3b7, and after installing Xorg, I get the > > following error: > > > > /libexec/ld-elf.so.1: Shared obj "libm.so.2" not found, required by > > "Xorg" > > > > I found in google that certain libs have been upgraded, and indeed, I > > do have libm.so.3 in the /lib dir. > > > > Can I tell Xorg that it should use .3, and if so, how. > > ln -s /lib/libm.so.3 /lib/libm.so.2 worked for me Please don't. This is a poor way to fix it. Install the compat4x port for now: cd /usr/ports/misc/compat4x make install clean -- -- David (obrien@FreeBSD.org)