Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Mar 2008 11:58:01 +1030
From:      Malcolm Kay <malcolm.kay@internode.on.net>
To:        freebsd-questions@freebsd.org
Cc:        rich@math.missouri.edu, Rich Winkel <biffsnifter@gmail.com>
Subject:   Re: Mathematica 6.01 + FBSD 6.3-release
Message-ID:  <200803081158.02073.malcolm.kay@internode.on.net>
In-Reply-To: <3dce66b30803071505o73ae851bv4de28d9eb224c651@mail.gmail.com>
References:  <3dce66b30803071505o73ae851bv4de28d9eb224c651@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803081158.02073.malcolm.kay>