Linux & Maple

Tijl Coosemans tijl at ulyssis.org
Sat Oct 7 03:59:18 PDT 2006


> 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---


More information about the freebsd-emulation mailing list