From owner-freebsd-current@FreeBSD.ORG Sat Oct 16 14:28:59 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 9FB4E16A4CE for ; Sat, 16 Oct 2004 14:28:59 +0000 (GMT) Received: from pearl.ibctech.ca (dev.eagle.ca [209.167.58.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2C0243D39 for ; Sat, 16 Oct 2004 14:28:58 +0000 (GMT) (envelope-from iaccounts@ibctech.ca) Received: (qmail 66922 invoked by uid 1002); 16 Oct 2004 14:31:12 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (clamscan: 0.73. spamassassin: 2.64. Clear:RC:1(127.0.0.1):. Processed in 1.537641 secs); 16 Oct 2004 14:31:12 -0000 Received: from unknown (HELO webmail.ibctech.ca) (127.0.0.1) by localhost.ibctech.ca with SMTP; 16 Oct 2004 14:31:10 -0000 Received: from 64.39.177.196 (SquirrelMail authenticated user steve@ibctech.ca); by webmail.ibctech.ca with HTTP; Sat, 16 Oct 2004 10:31:10 -0400 (EDT) Message-ID: <11654.64.39.177.196.1097937070.squirrel@64.39.177.196> In-Reply-To: <41711F8F.8000501@gamersimpact.com> 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> Date: Sat, 16 Oct 2004 10:31:10 -0400 (EDT) From: "Steve Bertrand" To: "Ryan Sommers" User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Mailman-Approved-At: Sun, 17 Oct 2004 12:08:04 +0000 cc: freebsd-current@freebsd.org cc: albi 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 14:28:59 -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. 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? Thanks again, I feel confident that this problem is far less an issue than I first thought... Steve > > -- > Ryan Sommers > ryans@gamersimpact.com > >