"/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by plugins/mysql.so)" Error!
#1

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
Reply
#2

Have you considered reading through here? https://sampforum.blast.hk/showthread.php?tid=56564
Reply
#3

Read it, nothing there helped. Working fine on R6 though, new stuff sucks
Reply
#4

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
Reply
#5

This might help you : http://stackoverflow.com/questions/1...-4-9-not-found
Reply
#6

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.
Reply
#7

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)