Matlab install linux error: what(): Unable to launch the MATLABWindow application
조회 수: 6 (최근 30일)
이전 댓글 표시
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
답변 (1개)
Naga
2024년 11월 27일
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
참고 항목
카테고리
Help Center 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!