MySQL plugin error - 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: MySQL plugin error (
/showthread.php?tid=448087)
MySQL plugin error -
MSuperXX - 03.07.2013
Hello all SAMP players
I got this error when I trying to run the server, so please help.
Loading plugin: mysql.so
Failed (/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by plugins/mysql.so))
Thanks!
Re: MySQL plugin error -
Red_Dragon. - 03.07.2013
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.
Re: MySQL plugin error -
MSuperXX - 03.07.2013
Thanks mate! Rep+
Re: MySQL plugin error -
Vin Diesel - 03.07.2013
Works! , Thank You Dragon
Re: MySQL plugin error -
Red_Dragon. - 03.07.2013
You're welcome.