`GLIBCXX_3.4.20' not found (required by kubebox)
See original GitHub issueIssue with running kubebox on CentOS 7 64 bits - `GLIBCXX_3.4.20’ not found (required by kubebox)
$ kubebox kubebox: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20’ not found (required by kubebox)
$ ll /lib64/libstdc++.so.6 lrwxrwxrwx. 1 root root 19 Aug 22 17:30 /lib64/libstdc++.so.6 -> libstdc++.so.6.0.19
$ strings /lib64/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_3.4.15 GLIBCXX_3.4.16 GLIBCXX_3.4.17 GLIBCXX_3.4.18 GLIBCXX_3.4.19 GLIBCXX_DEBUG_MESSAGE_LENGTH
$ cat /etc/redhat-release CentOS Linux release 7.5.1804 (Core)
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found #766
code-server: /lib64/libstdc++.so.6: version GLIBCXX_3.4.20' not found (required by ./code-server) ./code-server: /lib64/libstdc++.so.6: version ...
Read more >GLIBCXX_3.4.20 not found, how to fix this error? - Ask Ubuntu
I solved problem like this (but GLIBCXX_3.4.21) on CentOS but it is not dependent from os. The library is part of gcc compiler...
Read more >libstdc++.so.6: version `GLIBCXX_3.4.20' not found
I solved problem like this (but GLIBCXX_3.4.21 on CentOS) but it is not dependent from os. The library is part of gcc compiler...
Read more >lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found
Hello, I'm afraid that libstdc++ library providing GLIBCXX_3.4.20 is not available in RHEL7. RHEL7 is in the maintenance phase currently. The ...
Read more >Error during bedtools launching - Google Groups
"/home/bedtools2/bin/bedtools: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /home/bedtools2/bin/bedtools)
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks Antonin for the fantastic support. The binary is working on CentOS 7 now.
It should be fixed in version 0.3.2. Let me close this. Feel free to re-open if you face any issue.