CentOS安装MATLAB2016b:

https://blog.csdn.net/u014535579/article/details/78793028

报错:

CentOS安装MATLAB2016b

[[email protected] local]# matlab
MATLAB is selecting SOFTWARE OPENGL rendering.

/dev/matlab/MATLAB/R2016b/bin/glnxa64/MATLAB: error while loading shared libraries: libX11.so.6: cannot open shared object file: No such file or directory

解决:

yum -y install lib-X11

yum install libX11-1.5.0-4.el6.i686.rpm

报错:

CentOS安装MATLAB2016b

[[email protected] ~]# matlab
MATLAB is selecting SOFTWARE OPENGL rendering.
/dev/matlab/MATLAB/R2016b/bin/glnxa64/MATLAB: error while loading shared libraries: libXext.so.6: cannot open shared object file: No such file or directory

解决:

yum install libXext.i686  #32位系统

yum install libXext-devel.i686  

yum install libXext.x86_64  #64位系统

报错:

CentOS安装MATLAB2016b

To get started, type one of these: helpwin, helpdesk, or demo.
For product information, visit www.mathworks.com.
Can't reload '/dev/matlab/MATLAB/R2016b/bin/glnxa64/libmwhgbuiltins.so'
Error in connector.internal.autostart.run

Error in connector.internal.autostart.run

解决:

yum install xorg-x11-apps
yum install xorg-x11-xauth

运行成功的结果图:

CentOS安装MATLAB2016b




相关文章:

  • 2021-09-01
  • 2021-10-22
  • 2022-01-08
  • 2021-12-16
  • 2021-12-06
  • 2021-04-22
  • 2021-12-08
  • 2021-06-20
猜你喜欢
  • 2021-10-24
  • 2021-05-10
  • 2021-12-28
  • 2022-02-22
  • 2021-12-01
  • 2022-02-10
  • 2021-07-19
相关资源
相似解决方案