SA-MP Forums Archive
Failed (/lib/libstdc++.so.6: version `GLIBCXX_3.4.20' not found - CentOS 7 - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Failed (/lib/libstdc++.so.6: version `GLIBCXX_3.4.20' not found - CentOS 7 (/showthread.php?tid=649678)



Failed (/lib/libstdc++.so.6: version `GLIBCXX_3.4.20' not found - CentOS 7 - Wanheda - 13.02.2018

Code:
Failed (/lib/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by plugins/log-plugin.so))
I am getting this error while running my server on CentOS 7. I know this error usually occurs when you use CentOS 6 (which is not supported by the plugin), but I am using CentOS 7.

Any ideas?


Re: Failed (/lib/libstdc++.so.6: version `GLIBCXX_3.4.20' not found - CentOS 7 - iKarim - 13.02.2018

The plugin was built with a newer version of gcc (glibc) which is not found in your system, I usually never use CentOS as I think it's harder to fix such issues and it's shitty (maybe not, but for me it is), however try:

Code:
yum update && yum upgrade



Re: Failed (/lib/libstdc++.so.6: version `GLIBCXX_3.4.20' not found - CentOS 7 - Wanheda - 13.02.2018

Quote:
Originally Posted by iKarim
View Post
The plugin was built with a newer version of gcc (glibc) which is not found in your system, I usually never use CentOS as I think it's harder to fix such issues and it's shitty (maybe not, but for me it is), however try:

Code:
yum update && yum upgrade
Thanks for replying.
I already tried that, everything is up to date.
I am pretty sure I got the last version of gcc (I just got the server yesterday).


Re: Failed (/lib/libstdc++.so.6: version `GLIBCXX_3.4.20' not found - CentOS 7 - Sew_Sumi - 13.02.2018

Switch to Ubuntu.... CentOS needs support that can't easily be rendered.

CentOS = You'll be stuck waiting for days.
Ubuntu = Follow the tutorials and that shit works out of the box.


Re: Failed (/lib/libstdc++.so.6: version `GLIBCXX_3.4.20' not found - CentOS 7 - maxisaibot - 14.03.2018

anyone solved?


Re: Failed (/lib/libstdc++.so.6: version `GLIBCXX_3.4.20' not found - CentOS 7 - Sew_Sumi - 14.03.2018

Solved many a time... If you're running CentOS and you are having this problem, switch to Ubuntu...

If you can't get out of CentOS, then you need to compile the plugin on CentOS to make it work, or something... CentOS is too difficult for new users.