Try running yum provides libstdc++ to show you what package provided the library on your system. You can then check if those packages are available for update using yum list available | grep <that package> followed by yum update <that package>.

Answer from micmoyles on Stack Overflow
🌐
Pkgs.org
pkgs.org › download › libstdc++.so.6
Libstdc++.so.6 Download for Linux (pkg rpm xbps)
Download libstdc++.so.6 linux packages for AlmaLinux, Amazon Linux, CentOS, Fedora, FreeBSD, Mageia, OpenMandriva, openSUSE, PCLinuxOS, Rocky Linux, Void Linux · Filter: Distros: all Arches: arm intel Types: official thirdparty · AlmaLinux 9 · AlmaLinux 8 · Amazon Linux 2 · Amazon Linux 1 · CentOS 8 · CentOS 7 ·
🌐
Serverkurma
serverkurma.com › linux › how-to-install-and-update-gcc-on-centos-7
How to install and update GCC on Centos 7 – ServerKurma – Bilişim Hizmetleri
February 19, 2018 - You must made a change for centos 7. Only one difference is at 7 step when you are compiling GCC. ... ../gcc-6.1.0/configure –enable-languages=c,c++ –disable-multilib && make -j <number of CPU cores> && sudo make install && echo “success” · you have too add these paramaters : –enable-languages=c,c++ –disable-multilib ... cd /usr/local/lib64 cp libstdc++.so.6.0.22 /usr/lib64/ cd /usr/lib64/ mv libstdc++.so.6 libstdc++.so.6.OLD ln -sf libstdc++.so.6.0.22 libstdc++.so.6
🌐
Pkgs.org
pkgs.org › download › libstdc++.so.6()(64bit)
Libstdc++.so.6()(64bit) Download (RPM)
Download libstdc++.so.6()(64bit) linux packages for AlmaLinux, ALT Linux, Amazon Linux, CentOS, Fedora, Mageia, OpenMandriva, openSUSE, PCLinuxOS, Rocky Linux · Filter: Distros: all Arches: arm intel Types: official thirdparty · AlmaLinux 9 · AlmaLinux 8 · ALT Linux P10 · ALT Linux P9 · ALT Linux Sisyphus · Amazon Linux 2 · Amazon Linux 1 · CentOS 8 · CentOS 7 ·
🌐
LinuxQuestions.org
linuxquestions.org › questions › centos-111 › centos-7-4-requires-libstdc-so-6-glibcxx_3-4-20-64bit-4175616769-print
LinuxQuestions.org - Centos 7.4 Requires: libstdc++.so.6(GLIBCXX_3.4.20)(64bit)
- - Centos 7.4 Requires: libstdc++.so.6(GLIBCXX_3.4.20)(64bit) (https://www.linuxquestions.org/questions/centos-111/centos-7-4-requires-libstdc-so-6-glibcxx_3-4-20-64bit-4175616769/)
🌐
LinuxQuestions.org
linuxquestions.org › questions › centos-111 › centos-7-4-requires-libstdc-so-6-glibcxx_3-4-20-64bit-4175616769
Centos 7.4 Requires: libstdc++.so.6(GLIBCXX_3.4.20)(64bit)
January 11, 2017 - I try to update the skype. I got following error. Error: Package: skypeforlinux-8.9.0.1-1.x86_64 (skype-stable) Requires: libstdc++.so.6(GLIBCXX_3.4.20
Find elsewhere
🌐
Media Control Panel
mediacp.net › portal › index.php
CentOS 6 & Debian - libstdc++.so.6: cannot open shared object file - Knowledgebase - MediaCP
When starting shoutcast server ... · Resolution · The issue is caused by a missing library for libstdc++.so.6 Install it using: CENTOS: # yum install libstdc++.so.6 DEBIAN: # apt-get install lib32stdc++6 ·...
🌐
Stack Exchange
unix.stackexchange.com › questions › 277483 › installing-libstdc-devel-on-my-centos-server
software installation - Installing libstdc++-devel on my CentOS server - Unix & Linux Stack Exchange
April 19, 2016 - 5 configure: error: libcurl >= 7.28.0 library and headers are required with support for https · 0 Installing software on RedHat with libstdc++ dependency errors · 2 Error: winehq-devel : Depends: wine-devel (= 4.14~bionic) 17 What is libstdc++.so.6 and GLIBCXX_3.4.20? 0 CentOS 8 cannot locate libnss3.so (64bit) 3 Specify which libstdc++ to use ·
🌐
RPMfind
rpmfind.net › linux › rpm2html › search.php
RPM resource libstdc .so.6
The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet... The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc.
🌐
Its Linux FOSS
itslinuxfoss.com › home › what is libstdc++ so 6 in linux?
What is libstdc++ so 6 in Linux? – Its Linux FOSS
February 14, 2023 - If you are using the Fedora-based or CentOS-based Linux distributions then use the commands: The “libstdc++6” is a dependency package of the GCC compiler, and “libstdc++.so.6” is the symbolic link that points to the GCC path. The “libstdc++” package is a dependency package of “GCC” and other packages like an apt package manager. In this blog, information about the “libstdc++6” package has been explored, and its installation method has been explored for Linux distributions.
🌐
GitHub
github.com › displaylink-rpm › displaylink-rpm › issues › 13
RHEL7/Centos 7 support · Issue #13 · displaylink-rpm/displaylink-rpm
February 1, 2017 - $ sudo rpm -i centos-7-displaylink-1.2.64-1.x86_64.rpm [sudo] password for xxx: error: Failed dependencies: libstdc++.so.6(CXXABI_1.3.8)(64bit) is needed by displaylink-1.2.64-1.x86_64 libstdc++.so.6(GLIBCXX_3.4.20)(64bit) is needed by displaylink-1.2.64-1.x86_64 libstdc++.so.6(GLIBCXX_3.4.21)(64bit) is needed by displaylink-1.2.64-1.x86_64 ·
Author   displaylink-rpm
🌐
Stack Overflow
stackoverflow.com › questions › 48999946 › libstdc-so-6glibcxx-3-4-2164bit-is-needed-centos-7-error
c++ - libstdc++.so.6(GLIBCXX_3.4.21)(64bit) is needed (Centos 7 error) - Stack Overflow
February 27, 2018 - 8 How to install a newer version of libstdc++ on Centos 7 · 2 libstdc++.so.6 lacks higher versions of GLIBCXX and CXXABI, can't update
🌐
GitHub
github.com › rongfengliang › libstdc-so
GitHub - rongfengliang/libstdc-so: libstdc++.so some library for glibc · GitHub
rm -rf /lib64/libstdc++.so.6 ln -s /lib64/libstdc++.so.6.28 libstdc++.so.6 · centos 7 · rm -rf /lib64/libstdc++.so.6 ln -s /lib64/libstdc++.so.6.26 libstdc++.so.6 · ubuntu 16 | 18 ·
Starred by 27 users
Forked by 15 users