From owner-freebsd-stable@FreeBSD.ORG Sat Nov 10 16:30:38 2007 Return-Path: Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84E4216A468; Sat, 10 Nov 2007 16:30:38 +0000 (UTC) (envelope-from redmail@cauchy.math.missouri.edu) Received: from cauchy.math.missouri.edu (cauchy.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id 4B16113C4A3; Sat, 10 Nov 2007 16:30:38 +0000 (UTC) (envelope-from redmail@cauchy.math.missouri.edu) Received: from cauchy.math.missouri.edu (localhost [127.0.0.1]) by cauchy.math.missouri.edu (8.14.1/8.14.1) with ESMTP id lAAGHfQq011322; Sat, 10 Nov 2007 10:17:41 -0600 (CST) (envelope-from redmail@cauchy.math.missouri.edu) Received: (from redmail@localhost) by cauchy.math.missouri.edu (8.14.1/8.14.1/Submit) id lAAGHfkr011321; Sat, 10 Nov 2007 10:17:41 -0600 (CST) (envelope-from redmail) Date: Sat, 10 Nov 2007 10:17:40 -0600 From: Stephen Montgomery-Smith To: Tijl Coosemans Message-ID: <20071110161740.GB11049@cauchy.math.missouri.edu> References: <4735CB58.7070703@math.missouri.edu> <200711101710.47357.tijl@ulyssis.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200711101710.47357.tijl@ulyssis.org> User-Agent: Mutt/1.4.2.3i Cc: freebsd-emulation@FreeBSD.org, freebsd-stable@FreeBSD.org Subject: Re: Trouble running Mathematica X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 16:30:38 -0000 On Sat, Nov 10, 2007 at 05:10:45PM +0100, Tijl Coosemans wrote: > On Saturday 10 November 2007 16:16:40 Stephen Montgomery-Smith wrote: > > When I run Mathematica 5.2 on FreeBSD RELENG_7 I get the following > > message: > > > > /usr/local/mma52/SystemFiles/Kernel/Binaries/Linux/MathKernel: error > > while loading shared libraries: /usr/lib/librt.so.1: ELF file OS ABI > > invalid > > If you have linux_base-fc4, creating the following link should fix it: > > ln -s ../../lib/librt-2.3.6.so /compat/linux/usr/lib/librt.so.1 > > This is something that should have been added to the linux_base-fc4 > package long time ago, but I guess it got lost. CC'ed to maintainer. > The same error appears when you run /compat/linux/bin/ls. Another great solution!