SA-MP Forums Archive
Mysql Debug - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Mysql Debug (/showthread.php?tid=641243)



Mysql Debug - Fletcher007 - 13.09.2017

How i can fix this??

Код:
[05:05:24]  Loading plugin: mysql.so
[05:05:24]   Failed (/usr/lib/i386-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.19' not found (required by plugins/mysql.so))
[05:05:24]  Loading plugin: log-core.so
[05:05:24]   Failed (/usr/lib/i386-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.18' not found (required by plugins/log-core.so))
[05:05:24]  Loaded 4 plugins.



Re: Mysql Debug - Sew_Sumi - 13.09.2017

Well, if you're using the static version of mysql, you can get rid of the mysql.so version.

mysql.so OR mysql_static.so... Either one, but not both.


But considering mysql.so is hitting the same error as log-core, you need to fix the runtime error they're showing, and install those libraries.

I'm guessing this is CentOS, in which case, you're going to have a terrible time.


Re: Mysql Debug - Fletcher007 - 13.09.2017

Can it be a hosting problem??


Re: Mysql Debug - raydx - 13.09.2017

apt-get install libstdc++6

Not working on debian older than 8, so check your system.

And you don't have to load log-core.so as plugin, its auto loaded by MySQL plugin.


Re: Mysql Debug - Sew_Sumi - 13.09.2017

Quote:
Originally Posted by Fletcher007
Посмотреть сообщение
Can it be a hosting problem??
It could be, but what it really means is that something isn't installed. If it's a host that you have a control panel for and all that jazz, then hit them up, showing them the errors from the log file.

If it's Debian or Ubuntu then the above response should give some information.

If it's CentOS, then it's a lot harder.