13.02.2018, 12:12
Code:
Failed (/lib/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by plugins/log-plugin.so))
Any ideas?
Failed (/lib/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by plugins/log-plugin.so))
yum update && yum upgrade
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 |