[solved] MATLAB: error while loading shared libraries: libXp.so.6: cannot open shared object file: No such file or directory

By.

min read

My profile

Share this:

Problem on linux (CentOS, Redhat), 64 bit:

[code:1:dcaff62b8c]PATH /matlab_installed/bin/glnxa64/MATLAB: error while loading shared libraries: libXp.so.6: cannot open shared object file: No such file or directory
[/code:1:dcaff62b8c]

[size=18:dcaff62b8c][b:dcaff62b8c]CentOS[/b:dcaff62b8c][/size:dcaff62b8c]
[b:dcaff62b8c]How to solve[/b:dcaff62b8c]
[code:1:dcaff62b8c]sudo yum install libXp libXp-devel[/code:1:dcaff62b8c]

[b:dcaff62b8c]Solution found:[/b:dcaff62b8c]
[url]http://linuxtoolkit.blogspot.com/2009/03/libxpso6-error-in-matlab.html[/url]

[size=18:dcaff62b8c][b:dcaff62b8c]Redhat[/b:dcaff62b8c][/size:dcaff62b8c]
[b:dcaff62b8c]How to solve[/b:dcaff62b8c]
[code:1:dcaff62b8c]sudo yum install libXmu-1.0.2-5[/code:1:dcaff62b8c]

Share this:

Leave a Reply

Your email address will not be published. Required fields are marked *