From owner-freebsd-current@FreeBSD.ORG Sat Oct 16 13:18:03 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 1C86C16A4CE for ; Sat, 16 Oct 2004 13:18:03 +0000 (GMT) Received: from node15.coopprint.com (node15.cooperativeprinting.com [208.4.77.15]) by mx1.FreeBSD.org (Postfix) with SMTP id 5297C43D1F for ; Sat, 16 Oct 2004 13:18:02 +0000 (GMT) (envelope-from ryans@gamersimpact.com) Received: (qmail 61068 invoked by uid 0); 16 Oct 2004 13:17:02 -0000 Received: from unknown (HELO ?192.168.0.5?) (63.231.165.205) by node15.coopprint.com with SMTP; 16 Oct 2004 13:17:02 -0000 Message-ID: <41711F8F.8000501@gamersimpact.com> Date: Sat, 16 Oct 2004 08:18:07 -0500 From: Ryan Sommers User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: albi References: <3269.209.167.16.15.1097857251.squirrel@209.167.16.15> <32801.62.194.19.87.1097928869.squirrel@62.194.19.87> In-Reply-To: <32801.62.194.19.87.1097928869.squirrel@62.194.19.87> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 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 13:18:03 -0000 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 > > A better way would be to recompile Xorg from ports against the new library. Make sure you remove the symlink. Or if you don't want to build a new Xorg use /etc/libmap.conf instead of symlink hacks. -- Ryan Sommers ryans@gamersimpact.com