From owner-freebsd-current@FreeBSD.ORG Fri Oct 15 16:18:49 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 51FF116A4CE for ; Fri, 15 Oct 2004 16:18:49 +0000 (GMT) Received: from pearl.ibctech.ca (dev.eagle.ca [209.167.58.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 878C943D60 for ; Fri, 15 Oct 2004 16:18:48 +0000 (GMT) (envelope-from iaccounts@ibctech.ca) Received: (qmail 32347 invoked by uid 1002); 15 Oct 2004 16:21:01 -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 8.235399 secs); 15 Oct 2004 16:21:01 -0000 Received: from unknown (HELO webmail.ibctech.ca) (127.0.0.1) by localhost.ibctech.ca with SMTP; 15 Oct 2004 16:20:51 -0000 Received: from 209.167.16.15 (SquirrelMail authenticated user steve@ibctech.ca); by webmail.ibctech.ca with HTTP; Fri, 15 Oct 2004 12:20:51 -0400 (EDT) Message-ID: <3269.209.167.16.15.1097857251.squirrel@209.167.16.15> Date: Fri, 15 Oct 2004 12:20:51 -0400 (EDT) From: "Steve Bertrand" To: freebsd-current@freebsd.org 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: Sat, 16 Oct 2004 12:07:25 +0000 Subject: 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: Fri, 15 Oct 2004 16:18:49 -0000 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. Otherwise, how can I work around this issue so I can get X up and running? Note: I did the install over FTP, and installed Xorg through sysinstall. TIA. Steve PS. Please Cc me in reply, I am not subscribed to this list...yet ;o)