- Locate and extract the matlab_R2020b_glnxa64 file located in the installation package.
- In the extracted matlab_R2020b_glnxa64 folder, verify that the install script can now launch the MathWorks Installer, then close the Installer before continuing. (If it can not, you may need to redownload the installation files on a Linux machine.)
- Rename the archives folder in the extracted matlab_R2020b_glnxa64 folder to archives_old.
- Copy and paste the archives folder from the original download only files into the new extracted folder.
- Proceed with the installation
When running the MathWorks Installer on Linux, why do I get the error "install_unix: error while loading shared libraries and libexpat.so.1: file too short"
462 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
MathWorks Support Team
am 1 Apr. 2020
Kommentiert: Walter Roberson
am 15 Mär. 2022
When running the MathWorks installer on Linux for R2020a or newer, I get the following error:
/home/user/Downloads/matlab_R2020a_glnxa64/bin/glnxa64/bin/glnxa64/install_unix: error while loading shared libraries: /home/user/Downloads/matlab_R2020a_glnxa64/bin/glnxa64/libexpat.so.1: file too short
Akzeptierte Antwort
MathWorks Support Team
am 5 Nov. 2020
Bearbeitet: MathWorks Support Team
am 5 Nov. 2020
This error is typically caused by broken symbolic links within the installer as a result of downloading and zipping the Download Only contents on a Windows machine before moving them over to the Linux machine.
To resolve this error, you may redownload the Download Only installation package on a Linux machine, or you may perform the following solutions:
A) Unzip the Download Only installation files with -X -K flags. For example:
unzip -X -K matlab_R2020b_glnxa64.zip
B) Perform the following workaround:
1 Kommentar
Walter Roberson
am 15 Mär. 2022
According to posix the only OS that has been posix certified in a number of years is MacOS
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Downloads finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!