Cannot run matlab R2023a orE2023b installer on centos 7.9

19 vues (au cours des 30 derniers jours)
RD
RD le 15 Sep 2023
Commenté : Enlighten le 9 Août 2024
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 commentaires
Whitney
Whitney le 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
Enlighten
Enlighten le 9 Août 2024
Updating your gcc to 10.3.0 is valid for matlab2023b

Connectez-vous pour commenter.

Réponses (1)

UDAYA PEDDIRAJU
UDAYA PEDDIRAJU le 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

Catégories

En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange

Produits


Version

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by