Cannot run matlab R2023a orE2023b installer on centos 7.9
조회 수: 19 (최근 30일)
이전 댓글 표시
Package installer does not work (it hangs indefinitely), when trying to run bin/glnxa64/MATLABWindow I get (note this also happens with version 2023a):
user@lm:/u/local/downloads/matlab/R2023b_temp/bin/glnxa64 {1088}$ ./MATLABWindow
[0914/181150.225297:INFO:client_app.cpp(421)] Dealing with user ID
[0914/181150.225395:INFO:client_app.cpp(428)] Process is not running as root
[0914/181150.235757:INFO:client_app.cpp(478)] In ClientApp::OnBeforeChildProcessLaunch
[0914/181150.235800:INFO:client_app.cpp(484)] Not appending enable-binary-transport
[0914/181150.236932:INFO:client_app.cpp(478)] In ClientApp::OnBeforeChildProcessLaunch
[0914/181150.237303:INFO:client_app.cpp(484)] Not appending enable-binary-transport
[0914/181150.355055:INFO:client_app.cpp(421)] Dealing with user ID
[0914/181150.355064:INFO:client_app.cpp(421)] Dealing with user ID
[0914/181150.355129:INFO:client_app.cpp(428)] Process is not running as root
[0914/181150.355132:INFO:client_app.cpp(428)] Process is not running as root
[0914/181150.421408:INFO:client_app.cpp(478)] In ClientApp::OnBeforeChildProcessLaunch
[0914/181150.421448:INFO:client_app.cpp(484)] Not appending enable-binary-transport
./MATLABWindow: symbol lookup error: /u/local/downloads/matlab/R2023b_temp/bin/glnxa64/libstdc++.so.6: undefined symbol: __cxa_thread_atexit_impl
usr@lm:/u/local/downloads/matlab/R2023b_temp/bin/glnxa64 {1089}$ [0100/000000.561825:WARNING:sandbox_linux.cc(376)] InitializeSandbox() called with multiple threads in process gpu-process.
댓글 수: 3
Whitney
2023년 9월 25일
I was able to work around the graphical installer problem by shifting to a non-interactive install.
./install -inputFile /sw/matlab/matlab2023b_install.txt
답변 (1개)
UDAYA PEDDIRAJU
2023년 9월 29일
Dear RD,
I understand the installation error, as I went through the system requirements for MATLAB R2023a and MATLAB R2023b, it is clearly stated that it is suitable for linux version 7.9. The issue you’re experiencing with the MATLAB R2023a or MATLAB R2023b installer on CentOS 7.9 seems to be related to a symbol lookup error with “libstdc++”. This could be due to a compatibility issue with respect to other system requirements, please check if every requirement is met according to Linux System Requirements - MATLAB & Simulink (mathworks.com).
Here are a few additional suggestions that might help resolve this issue:
- Check for any known issues or system updates.
- Use a Different “GCC” Version: You might want to try a different version of “GCC”.
- Non-Interactive Install: As suggested by Whitney shifting to a non-interactive install might work around the graphical installer problem. You can do this by running the install script with an input file, like so: “ ./install -inputFile /path_to_your_installfile/matlab_install.txt”.
Best,
Uday
댓글 수: 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!