Matlab 2022a install script on linux doesn't work
Show older comments
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 Comments
Brandon Caasenbrood
on 27 Apr 2022
I have an issue with the installer aswell (running PopOS 21.10 64-bit).
1) Unzip the .zip at a location, cd into it.
2) run sudo ./install.
For me, the terminal gets stuck. Running ./install works but I does not allow me to create the Matlab directory. Anyone an idea here?
Markus Simon
on 4 May 2022
Edited: Markus Simon
on 4 May 2022
Run in the ./install directory:
xhost +SI:localuser:root
as described here:
worked for me at Linux Mint 20.3
Brandon Caasenbrood
on 13 May 2022
Thanks! I'll give it a shot
Answers (0)
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!