From owner-freebsd-questions@FreeBSD.ORG Sat Mar 8 01:28:05 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0F69106566C for ; Sat, 8 Mar 2008 01:28:05 +0000 (UTC) (envelope-from malcolm.kay@internode.on.net) Received: from ipmail04.adl2.internode.on.net (ipmail04.adl2.internode.on.net [203.16.214.57]) by mx1.freebsd.org (Postfix) with ESMTP id 53D548FC28 for ; Sat, 8 Mar 2008 01:28:04 +0000 (UTC) (envelope-from malcolm.kay@internode.on.net) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApsEAI940Ud5LXE7/2dsb2JhbACBVqsw X-IronPort-AV: E=Sophos;i="4.25,465,1199626200"; d="scan'208";a="68825077" Received: from ppp121-45-113-59.lns11.adl6.internode.on.net (HELO alpha.home) ([121.45.113.59]) by ipmail04.adl2.internode.on.net with ESMTP; 08 Mar 2008 11:58:03 +1030 From: Malcolm Kay Organization: at home To: freebsd-questions@freebsd.org Date: Sat, 8 Mar 2008 11:58:01 +1030 User-Agent: KMail/1.8 References: <3dce66b30803071505o73ae851bv4de28d9eb224c651@mail.gmail.com> In-Reply-To: <3dce66b30803071505o73ae851bv4de28d9eb224c651@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200803081158.02073.malcolm.kay@internode.on.net> Cc: rich@math.missouri.edu, Rich Winkel Subject: Re: Mathematica 6.01 + FBSD 6.3-release X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Mar 2008 01:28:05 -0000 On Sat, 8 Mar 2008 09:35 am, Rich Winkel wrote: > I'm having problems getting the frontend running. The kernel seems > to run fine. Initially the linux loader wasn't seeing the libraries > under SystemFiles/Libraries/Linux (or at least > > /compat/linux/usr/bin/ldd > couldn't find them when run on > SystemFiles/FrontEnd/Binaries/Linux/Mathematica ) > > So I installed > /compat/linux/etc/ld.so.conf.d/Mathematica.conf > containing > /usr/local/mma6/SystemFiles/Libraries/Linux > and ran linux's ldconfig, which updated the cache and all was fine as > far as ldd was concerned. > But it still doesn't run and there are no errors. > Does anyone else have this running under 6.3 with > xorg-7.3_1 and linux_base-fc-4_10 ? > Does it need to be installed under /compat/linux ? > I have no experience of Mathematica. But you may need to brand the ELF type on binary executables and possibly also the libraries you have installed. # brandelf -t Linux file ... See brandelf(1). Malcolm Kay