具体参考:
http://blog.chinaunix.net/uid-26212859-id-3256667.html出现错误:
./MATLAB: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
解决方案:
sudo ln -s /usr/lib/libncursesw.so.6 /usr/lib/libncurses.so.5
出现错误:
/usr/local/MATLAB/MATLAB_Production_Server/R2015a/bin]$ sudo ./matlab
/usr/local/MATLAB/MATLAB_Production_Server/R2015a/bin/glnxa64/need_softwareopengl: error while loading shared libraries: libGLU.so.1: cannot open shared object file: No such file or directory
MATLAB is selecting SOFTWARE OPENGL rendering.
解决方案:
sudo ln -s /usr/lib/libGL.so.1 /usr/lib/libGLU.so.1