Skip to content

Instantly share code, notes, and snippets.

@kobi-ca
kobi-ca / README.md
Created October 23, 2023 18:19 — forked from ernstki/README.md
List the ABI versions of all detected libc and libstdc++'s (GNU/Linux only)

Linker error messages related to libc and libstdc++

We run into the dreaded

/usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.18' not found

error messages a lot around here. This article is an attempt to explain what's going on with that.