From owner-freebsd-current@FreeBSD.ORG Sat Oct 16 13:19:08 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 99A6E16A4CE for ; Sat, 16 Oct 2004 13:19:08 +0000 (GMT) Received: from tensor.xs4all.nl (tensor.xs4all.nl [194.109.160.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2426443D2D for ; Sat, 16 Oct 2004 13:19:08 +0000 (GMT) (envelope-from dimitry@andric.com) Received: from kilgore.dim (kilgore.dim [192.168.0.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by tensor.xs4all.nl (Postfix) with ESMTP id 2836622852; Sat, 16 Oct 2004 15:19:05 +0200 (CEST) Date: Sat, 16 Oct 2004 15:19:01 +0200 From: Dimitry Andric X-Mailer: The Bat! (v3.0.2.1) Professional X-Priority: 3 (Normal) Message-ID: <1083234373.20041016151901@andric.com> To: "Steve Bertrand" In-Reply-To: <3269.209.167.16.15.1097857251.squirrel@209.167.16.15> References: <3269.209.167.16.15.1097857251.squirrel@209.167.16.15> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="pgp-sha1"; boundary="----------D8E0AB2F0C3BF0" 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:19:08 -0000 ------------D8E0AB2F0C3BF0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit On 2004-10-15 at 18:20:51 Steve Bertrand wrote: > /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. Just rebuild your Xorg from scratch, or install more current pre-built packages. A quick fix is to install the compat-4x libraries, which provide a libm.so.2 in /usr/lib/compat, for just this case. But it's better to use updated libraries, of course. Please ignore any advice to simply ln -s libm.so.3 libm.so.2, this may cause all kinds of nasty problems. :) ------------D8E0AB2F0C3BF0 Content-Type: application/pgp-signature -----BEGIN PGP MESSAGE----- Version: GnuPG v1.2.5 (MingW32) iD8DBQFBcR/FsF6jCi4glqMRAjr+AJ0VySx2lqiAogrSrDdaVynXsJLfhgCfbySq 09iM8r2ZVgJCfJf+EuuM0WI= =ARAS -----END PGP MESSAGE----- ------------D8E0AB2F0C3BF0--