Matlab 2022a install script on linux doesn't work

조회 수: 10 (최근 30일)
Nikolay Panov
Nikolay Panov 2022년 4월 26일
댓글: Brandon Caasenbrood 2022년 5월 13일
So I downloaded the installer and tried ./install. Following error occurs: "/home/user/Software/matlab_R2022a_glnxa64/bin/glnxa64/MathWorksProductInstaller: error while loading shared libraries: /home/user/Software/matlab_R2022a_glnxa64/bin/glnxa64/libicudata.so.69: file too short"
So I looked at libicudata.so.69 and it is a plain text file, which I am not sure it should be. I had the package libicu (which contains this file) installed on my distro (Fedora 35) so I replaced the file in glnxa64 with the one from /usr/lib (which is an executable). Seems to have changed something since now I get "/.../libicui18n.so.69: file too short". Does this mean all the files in glnxa64 are are just corrupt or?
Also another thing I noticed, all files with the *.so.* name have an equivalent file *.so.*.1, and there seems to be no difference.
  댓글 수: 3
Markus Simon
Markus Simon 2022년 5월 4일
편집: Markus Simon 2022년 5월 4일
Run in the ./install directory:
xhost +SI:localuser:root
as described here:
worked for me at Linux Mint 20.3
Brandon Caasenbrood
Brandon Caasenbrood 2022년 5월 13일
Thanks! I'll give it a shot

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by