Problem installing matlab student edition in linux 64 bits

I am trying to install Matlab R2011a on Linux (Fedora 15), 64 bits and after typing ./install -glnx86 -t I get the following error message:
Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/mathworks_32161/java/jre/glnx86/jre/lib/i386/xawt/libmawt.so: libXext.so.6: cannot open shared object file: No such file or directory
So it seems I am missing libXext.so.6.
Any idea how to solve this?
Thank you!

답변 (2개)

Walter Roberson
Walter Roberson 2011년 9월 8일

0 개 추천

If you are missing libXext.so.6 then you need to install it at the Linux level, as the Xext library is considered to be a system-level library.

댓글 수: 1

Thank you!
I checked the add/remove software utility and I do have the libXext package installed.
The actual name of the package I have is:
X.Org X11 libXext runtime library
libXext-1.2.0-2.fc15(x86_64)
But the problem is still there

댓글을 달려면 로그인하십시오.

Miguel
Miguel 2011년 9월 8일

0 개 추천

OK, I solved the problem. I needed the libXext 32-bits: libXext.i686, but I had installed the x86_64 version

카테고리

도움말 센터File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

질문:

2011년 9월 8일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by