Fedora 24 gives me the error /usr/local/matlab2016b/bin/glnxa64/../../sys/os/glnxa64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /lib64/libGLU.so.1)
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Mark London
am 14 Nov. 2016
Bearbeitet: Walter Roberson
am 19 Jun. 2017
Hi - I upgraded to Fedora 24 and then installed matlab2016b. Any time I try to plot anything, it gives me the error:
/usr/local/matlab2016b/bin/glnxa64/../../sys/os/glnxa64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /lib64/libGLU.so.1)
How do I fix this? Thanks. See below for an example:
Mark London MIT
>> figure; plot([0 1], [0 1]); Error using gca While setting property 'Parent' of class 'Axes': Can't load '/usr/local/matlab2016b/bin/glnxa64/libmwosgserver.so': /usr/local/matlab2016b/bin/glnxa64/../../sys/os/glnxa64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /lib64/libGLU.so.1)
Error in newplot (line 73) ax = gca(fig);
0 Kommentare
Akzeptierte Antwort
Hari Desanur
am 16 Nov. 2016
Bearbeitet: Walter Roberson
am 19 Jun. 2017
The following bug report should be able to resolve this issue. The detailed steps for the work around is mentioned in the following bug report for a similar issue on Ubuntu:
Even though you are using Fedora 24 and MATLAB R2016b, you can try this to resolve the issue.
0 Kommentare
Weitere Antworten (3)
Eduardo Santos
am 10 Dez. 2016
Hello guy!
I have the same problem. I follow this link steps but didn't work. Appear the same error.
Although it has managed to solve the problem of "`CXXABI_1.3.9' not found" by reinstalling mesa-libGLU-9.0.0-10.fc24.x86_64 library using dnf reinstall.
What would I do to solve that?
Thank you
0 Kommentare
Maximilian Appel
am 16 Dez. 2016
The two answers above did not work for me. The following answer from stackoverflow helped:
What I did was I edited a file called .matlab7rc.sh (located in "path_to_ matlab/bin" folder and its hidden) and uncommented all lines that were(there are several of them): LDPATH_PREFIX='$MATLAB/sys/opengl/lib/$ARCH'
(...)
0 Kommentare
Dinesh Reddy
am 19 Jun. 2017
Thank you very much Hari. I was facing similar problem with other opensource software (Qblade. Your suggestion of changing to old version has worked thank you once again
0 Kommentare
Siehe auch
Kategorien
Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!