0
/lib/libstdc++.so.6: version `GLIBCXX_3.4.20' not found
I am having this error while trying to run an application on Centos 7.4 x86_64.
My attempts (based on what I found researching):
yum install libgcc.i686 yum install gcc yum install gcc-c++.x86_64 yum install libstdc++ yum install libstdc++.i686 yum update
Versions:
libstdc++-4.8.5-16.el7_4.1.x86_64 libstdc++-4.8.5-16.el7_4.1.i686 libgcc-4.8.5-16.el7_4.1.x86_64 gcc version 4.8.5 20150623 (Red Hat 4.8.5-16) (GCC)
yum update -y but first install the epel repository might solve.
– user94336
I did, but it didn’t help...
– Rodrigo
yum update
and thenyum upgrade
– lazyFox
Which application you are trying to run ?
– NoobSaibot
A plugin for game server.
– Rodrigo