Question
How to fix the 'GLIBCXX_3.4.15' error on CentOS 6.5
I just tried to run a iv-network game server on my droplet but when I try to run the game it gives me a error
'./ivn-svr: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by ./ivn-svr)'
I checked which glibc versions I have and it said
[root@droplet ivmp]# strings /usr/lib/libstdc++.so.6 | grep GLIBCXX
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_3.4.14
GLIBCXX_FORCE_NEW
GLIBCXX_DEBUG_MESSAGE_LENGTH
[root@droplet ivmp]#
I have been trying to fix this for days now, does anyone know how I can get GLIBCXX_3.4.15 installed on my droplet?
Add a comment
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×