Cannot run matlab R2023a orE2023b installer on centos 7.9

19 views (last 30 days)
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 Comments
Whitney
Whitney on 25 Sep 2023
I was able to work around the graphical installer problem by shifting to a non-interactive install.
./install -inputFile /sw/matlab/matlab2023b_install.txt

Sign in to comment.

Answers (1)

UDAYA PEDDIRAJU
UDAYA PEDDIRAJU on 29 Sep 2023
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:
  1. Check for any known issues or system updates.
  2. Use a Different “GCC” Version: You might want to try a different version of “GCC”.
  3. 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

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Products


Release

R2023b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!