On Wed, Aug 3, 2011 at 5:56 AM, Daniel Braniss <[email protected]> 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 > > > _______________________________________________ > [email protected] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "[email protected]" > -- Zhihao Yuan, nickname lichray The best way to predict the future is to invent it. ___________________________________________________ 4BSD -- http://4bsd.biz/ _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-emulation To unsubscribe, send any mail to "[email protected]"
