"/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by plugins/mysql.so)" Error! -
linuxthefish - 27.05.2012
I'm getting the below error when running BlueG's MySQL plugin.
Code:
[15:56:12] Failed (/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by plugins/mysql.so))
I always get this error, and there is always a simple way to fix it! Running centos 5, and using this plugin:
https://sampforum.blast.hk/showthread.php?tid=56564
Re: "/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by plugins/mysql.so)" Error! -
Si|ent - 27.05.2012
Have you considered reading through here?
https://sampforum.blast.hk/showthread.php?tid=56564
Re: "/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by plugins/mysql.so)" Error! -
linuxthefish - 27.05.2012
Read it, nothing there helped. Working fine on R6 though, new stuff sucks
Re: "/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by plugins/mysql.so)" Error! -
rbN. - 27.05.2012
Somebody has compiled CentOS version for R7, lemme search one sec
Edit: not sure if this is the one but try this:
http://db.tt/bFE56H0w
Edit 2:
New link with probably the correct one now
Re: "/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by plugins/mysql.so)" Error! -
Markā¢ - 27.05.2012
This might help you :
http://stackoverflow.com/questions/1...-4-9-not-found
Re: "/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by plugins/mysql.so)" Error! -
iLinx - 27.05.2012
You need the libstdc++.so files iirc, CentOS only goes up to .8. You can find the necessary files by digging and extracting through Fedoras libstdc compatibility libs, they will work with CentOS.
I'm sure you can figure out what to do from there.
Re: "/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by plugins/mysql.so)" Error! -
ColorHost-Kevin - 27.05.2012
Here is something that will help:
Download file: hxxp://www.sendspace.com/file/1chhyq
Instructions:
download and copy the file libstdc++.so.6.0.9 in /usr/lib/ ( with permission mode 755)
step 1: $> cd /usr/lib/
step 2: $> unlink libstdc++.so.6
step 3: $> ln -s libstdc++.so.6.0.9 libstdc++.so.6
step 4: $> /sbin/ldconfig
Then you should be good to go.