Re: Matlab
- From: "Daniel O'Connor" <doconnor@xxxxxxxxxxxx>
- Date: Mon, 27 Feb 2006 23:29:46 +1030
On Monday 27 February 2006 22:45, Albert Shih wrote:
/usr/local/matlab/bin/matlab: line 1: /lib/libc.so.6: cannot execute
binary file /usr/local/matlab-14/bin/glnx86/MATLAB: error while loading
shared libraries: /usr/lib/libtermcap.so: ELF file OS ABI invalid
But I've compile the kernel with linux option and maple (other soft
using linux too) work fine.
Do you have "linux_enable=YES" in your rc.conf?
Yes of course...
If I don't maple can't run...
The problem you are having is that the FreeBSD libtermcap.so file is being
found by the Linux dynamic linker.
Unfortunately it does not just ignore the fact it's a FreeBSD binary - it
blows up.
You can try adding a manual symlink - I have libreadline.so.4 from linux_base
but not libreadline.so, ie I suggest you do this..
cd /compat/linux/usr/lib
ln -s libreadline.so.4 libreadline.so
--
Daniel O'Connor software and network engineer
for Genesis Software - http://www.gsoft.com.au
"The nice thing about standards is that there
are so many of them to choose from."
-- Andrew Tanenbaum
GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C
Attachment:
pgptpnG6pWGnk.pgp
Description: PGP signature
- References:
- Matlab
- From: Albert Shih
- Re: Matlab
- From: Dimitry Andric
- Re: Matlab
- From: Albert Shih
- Matlab
- Prev by Date: nfs woes in FreeBSD 6.0
- Next by Date: Re: nfs woes in FreeBSD 6.0
- Previous by thread: Re: Matlab
- Next by thread: nfs woes in FreeBSD 6.0
- Index(es):
Relevant Pages
|