Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Oct 2006 12:57:19 +0200
From:      Tijl Coosemans <tijl@ulyssis.org>
To:        freebsd-emulation@freebsd.org
Subject:   Re: Linux & Maple
Message-ID:  <200610071257.21544.tijl@ulyssis.org>
In-Reply-To: <35460941@bs1.sp34.ru>
References:  <20061005231338.GB59300@math.jussieu.fr> <35460941@bs1.sp34.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
> On Fri, 6 Oct 2006 01:13:38 +0200 Albert Shih wrote:
> 
> > I've a big problem  with a linux software. I'm runnign FreeBSD
> > 6-Stable since 6.0 and I need two linux software, first is Maple
> > 9.5 version, and second is Matlab.
> > 
> > Since 6.0 (event 5.x) everything work fine with Linux emulation.
> > Recently (last time I've check is two weeks ago) it's both work.
> > 
> > After a recent cvsup & buildworld, now maple don't work, I've
> > nothing when I type my command (no crash, no core-dump, no message,
> > no application :-( ) But matlab continu to work.

I don't often use these, but now that I ran them for a test, I seem to
be having problems as well. However, I'm running current and for me
it's the other way around: Maple 9.5.1 works, Matlab 7.0.1 doesn't.

In my case I've nailed it down to a problem with ls. The following
shell script works with /bin/sh, but not with /usr/compat/linux/bin/sh.
In the latter case it errors out with:

ls: error while loading shared libraries: /usr/lib/librt.so.1: ELF file
OS ABI invalid

---simple shell script---
#! /bin/sh
ls
---end of simple shell script---



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