From owner-freebsd-stable@FreeBSD.ORG Sat Nov 10 16:28:33 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 3E03616A418; Sat, 10 Nov 2007 16:28:33 +0000 (UTC) (envelope-from tijl@ulyssis.org) Received: from rusty.kulnet.kuleuven.ac.be (rusty.kulnet.kuleuven.ac.be [134.58.240.42]) by mx1.freebsd.org (Postfix) with ESMTP id E7F1413C4C4; Sat, 10 Nov 2007 16:28:32 +0000 (UTC) (envelope-from tijl@ulyssis.org) Received: from localhost (localhost [127.0.0.1]) by rusty.kulnet.kuleuven.ac.be (Postfix) with ESMTP id 521961D76BA; Sat, 10 Nov 2007 17:10:50 +0100 (CET) Received: from smtps01.kuleuven.be (smtpshost01.kulnet.kuleuven.be [134.58.240.74]) by rusty.kulnet.kuleuven.ac.be (Postfix) with ESMTP id 110151D7606; Sat, 10 Nov 2007 17:10:49 +0100 (CET) Received: from kalimero.kotnet.org (kalimero.kotnet.org [10.4.16.222]) by smtps01.kuleuven.be (Postfix) with ESMTP id EFFAE31E702; Sat, 10 Nov 2007 17:10:48 +0100 (CET) Received: from kalimero.kotnet.org (kalimero.kotnet.org [127.0.0.1]) by kalimero.kotnet.org (8.14.1/8.14.1) with ESMTP id lAAGAmN0004415; Sat, 10 Nov 2007 17:10:48 +0100 (CET) (envelope-from tijl@ulyssis.org) X-Kuleuven: This mail passed the K.U.Leuven mailcluster From: Tijl Coosemans To: Stephen Montgomery-Smith Date: Sat, 10 Nov 2007 17:10:45 +0100 User-Agent: KMail/1.9.7 References: <4735CB58.7070703@math.missouri.edu> In-Reply-To: <4735CB58.7070703@math.missouri.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200711101710.47357.tijl@ulyssis.org> X-Virus-Scanned: by KULeuven Antivirus Cluster 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:28:33 -0000 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.