Problem with CentOS 7 (libstdc ++)

0
/lib/libstdc++.so.6: version 'GLIBCXX_3.4.20' not found

I'm having this error while trying to run an application on CentOS 7.4 x86_64.

My attempts (based on what I found by searching):

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)
    
asked by anonymous 06.02.2018 / 06:30

0 answers