Date: Sat, 16 Oct 2004 14:14:29 +0200 (CEST) From: "albi" <albi@scii.nl> To: "Steve Bertrand" <iaccounts@ibctech.ca> Cc: freebsd-current@freebsd.org Subject: Re: Xorg and libm.so.2 Message-ID: <32801.62.194.19.87.1097928869.squirrel@62.194.19.87> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?32801.62.194.19.87.1097928869.squirrel>