How do I find the current version of GLIBC on my Linux system?

16 views (last 30 days)
I am encountering errors that look like the following:
libstdc++.so.6: undefined symbol: _ZNSt8messagesIcE2idE, version GLIBCXX_3.4
I think this might be related to the version of GLIBC on my machine. How can I tell what version I am running?

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 24 May 2022
Edited: MathWorks Support Team on 10 Jun 2022
Errors like this typically occur if you are running an older version of GLIBC than is required by MATLAB. You can check the current version of GLIBC on your system with the following command:
ldd --version
Please compare this version against that posted on our system requirements page:

More Answers (0)

Categories

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

Community Treasure Hunt

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

Start Hunting!