From owner-freebsd-current@FreeBSD.ORG Sun Oct 17 12:17:06 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 13E8816A4CE for ; Sun, 17 Oct 2004 12:17:06 +0000 (GMT) Received: from auk1.snu.ac.kr (auk1.snu.ac.kr [147.46.100.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8B6E43D3F for ; Sun, 17 Oct 2004 12:17:05 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: from [147.46.44.181] (spamrefuse@yahoo.com) by auk1.snu.ac.kr (Terrace Internet Messaging Server) with ESMTP id 2004101721:15:49:492670.15513.2915261360 for ; Sun, 17 Oct 2004 21:15:49 +0900 (KST) Message-ID: <417262C0.2030201@yahoo.com> Date: Sun, 17 Oct 2004 21:17:04 +0900 From: Rob User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041017 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Steve Bertrand , freebsd-current@freebsd.org References: <3269.209.167.16.15.1097857251.squirrel@209.167.16.15> <32801.62.194.19.87.1097928869.squirrel@62.194.19.87> <41711F8F.8000501@gamersimpact.com> <11654.64.39.177.196.1097937070.squirrel@64.39.177.196> In-Reply-To: <11654.64.39.177.196.1097937070.squirrel@64.39.177.196> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-TERRACE-SPAMMARK: NO (SR:0.65) (by Terrace) 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: Sun, 17 Oct 2004 12:17:06 -0000 Steve Bertrand wrote: >>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. > > > Thank you for the info everyone... > > I did find someone else (google) that used libmap.conf, however, my > newly installed system does not have this file. Can someone please > provide a sample of what a line in this file looks like, for my > particular issue above? Have a look at the manpage libmap.conf(5). Rob.