I need to install GLIBCXX 3.4.15 on my Centos 6 version (to run a server for a game on Steam). I've googled around and had several websites where they installed programs where the error appeared where it said that 3.4.15 was needed (LoadLibrary ERROR: /usr/lib/libstdc++.so.6: version 'GLIBCXX_3.4.15' not found
), but they just used a way to bypass it/not install it.
When I did strings /usr/lib/libstdc++.so.6 | grep GLIBCXX
, this was the output:
GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
GLIBCXX_3.4.4
GLIBCXX_3.4.5
GLIBCXX_3.4.6
GLIBCXX_3.4.7
GLIBCXX_3.4.8
GLIBCXX_3.4.9
GLIBCXX_3.4.10
GLIBCXX_3.4.11
GLIBCXX_3.4.12
GLIBCXX_3.4.13
GLIBCXX_FORCE_NEW
GLIBCXX_DEBUG_MESSAGE_LENGTH
So, how would I directly install GLIBCXX 3.4.15 on Centos 6?
ls
, third line belibstdc++.so.6.0.15 -> libstdc++.so.6.0.14
? – Runium Nov 14 '13 at 06:47