03.07.2013, 01:56
Which OS do you use ? Anyway this is a compiled on CentOS version for R7, but I am not totally sure https://www.dropbox.com/s/cage8j1f6jcyl58/mysql.so
EDIT: 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.
EDIT: 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.