Problem installing matlab student edition in linux 64 bits
Afficher commentaires plus anciens
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!
Réponses (2)
Walter Roberson
le 8 Sep 2011
0 votes
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 commentaire
Miguel
le 8 Sep 2011
Miguel
le 8 Sep 2011
0 votes
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!