- Locate and extract the matlab_R2024a_glnxa64 file located in the installation package.
- In the extracted matlab_R2024a_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_R2024a_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
InsstallMathWorksServiceHost: error while loading sharedl libraries
67 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Running MATLAB 2024a on Ubuntu24.04 with concurrent network license. Insttallation diretory is local and owned by root. Home directory is NFS v3 mount.
When starting MATLAB the following messages appear in the console. MATLAB appears to function okay.
/home/nmrbox/gweatherby/.MathWorks/ServiceHost/matlab1/_tmp_MSHI_d1af-ba0c-9c00-df21/mci/_tempinstaller_glnxa64/bin/glnxa64/InstallMathWorksServiceHost: error while loading shared libraries: /home/nmrbox/gweatherby/.MathWorks/ServiceHost/matlab1/_tmp_MSHI_d1af-ba0c-9c00-df21/mci/_tempinstaller_glnxa64/bin/glnxa64/../../sys/os/glnxa64/libstdc++.so.6: file too short
0 comentarios
Respuestas (1)
Naga
el 19 de Ag. de 2024
Hello Gerard,
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_R2024a_glnxa64.zip
B) Perform the following workaround:
Hope this helps you!
1 comentario
Image Analyst
el 19 de Ag. de 2024
@Gerard, if the above doesn't work, then see the FAQ:
Ver también
Categorías
Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!