Matlab install linux error: what(): Unable to launch the MATLABWindow application
19 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I have followed the basic instructions to install the matlab version R2018a. The installation completed without error.
When I load matlab I get the following error:
terminate called after throwing an instance of 'std::runtime_error'
what(): Unable to launch the MATLABWindow application
When I enter:
! bin/glnxa64/MATLABWindow
I get the following error:
bin/glnxa64/MATLABWindow: error while loading shared libraries: libgobject-2.0.so.0: cannot open shared object file: No such file or directory
I have run:
Sudo yum install */libgconf* and found several updates
I have excluded libfreetype* files and glnxa64/libglib-2.0.so* by entering the following:
sudo mv matlabroot/bin/glnxa64/libfreetype* exclude_path
when I enter:
matlab -nodesktop -nosplash
I get the following error:
terminate called after throwing an instance of 'std::runtime_error'
what(): Unable to launch the MATLABWindow application
here are some specification:
CPU op-mode(s): 32-bit, 64-bit
Operating System: Red Hat Enterprise Linux
CPE OS Name: cpe:/o:redhat:enterprise_linux:7.2:GA:workstation
Kernel: Linux 3.10.0-327.10.1.el7.x86_64
Architecture: x86-64
0 comentarios
Respuestas (1)
Naga
el 27 de Nov. de 2024 a las 8:48
Hello Dana,
This error message is typically caused by a library dependency error. To resolve this issue, please remove the following libraries from the MathWorks Installation files, specifically the /bin/glnxa64 directory:
libcrypto.so.1.1
libssl.so.1.1
0 comentarios
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!