matlab on Linux, any success stories?

2011-08-03 Thread Daniel Braniss
Im trying to install matlab R2010B-Mac-Linux under freebsd-8.2-STABLE,
having installed linux_base-f10-10_4 but keep getting:

rnd# /compat/linux/bin/sh  ./install
Preparing installation files ...
Exception in thread main java.lang.UnsatisfiedLinkError: 
/dist/local/amd64.FreeBSD_8.2-wip/compat/linux/tmp/mathworks_54440/java/jre/gln
x86/jre/lib/i386/xawt/libmawt.so: libXext.so.6: ca not open shared object 
file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)

any known magic incantations?

thanks,
danny


___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org


Re: matlab on Linux, any success stories?

2011-08-03 Thread Zhihao Yuan
On Wed, Aug 3, 2011 at 5:56 AM, Daniel Braniss da...@cs.huji.ac.il wrote:
 Im trying to install matlab R2010B-Mac-Linux under freebsd-8.2-STABLE,
 having installed linux_base-f10-10_4 but keep getting:

 rnd# /compat/linux/bin/sh  ./install
 Preparing installation files ...
 Exception in thread main java.lang.UnsatisfiedLinkError:
 /dist/local/amd64.FreeBSD_8.2-wip/compat/linux/tmp/mathworks_54440/java/jre/gln
 x86/jre/lib/i386/xawt/libmawt.so: libXext.so.6: ca not open shared object
 file: No such file or directory
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)


You need
linux-f10-xorg-libs
at least. And, if you need 3D acceleration in matlab,
linux-f10-dri
(and linux-enabled nvidia driver if you are a nvidia user) are required.

 any known magic incantations?

 thanks,
        danny


 ___
 freebsd-hackers@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
 To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org




-- 
Zhihao Yuan, nickname lichray
The best way to predict the future is to invent it.
___
4BSD -- http://4bsd.biz/
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org