SA-MP Forums Archive
MySQL Problem [+REP] - 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 Problem [+REP] (/showthread.php?tid=520476)



MySQL Problem [+REP] - SPA - 19.06.2014

Hello, i got this problem when i load R39 SQL Version:
Код:
Failed (plugins/mysql.so: symbol __cxa_pure_virtual, version libmysqlclient_16 not defined in file libmysqlclient_r.so.16 with link time reference)
Anyone can help?


Re: MySQL Problem [+REP] - RenovanZ - 19.06.2014

Have you installed MySQL server ?


Re: MySQL Problem [+REP] - SPA - 19.06.2014

Yes i did installed MySQL.so R39


Re: MySQL Problem [+REP] - Inn0cent - 19.06.2014

Quote:
Originally Posted by SPA
Посмотреть сообщение
Yes i did installed MySQL.so R39
He is asking, that you have installed the MySQL system in your vps ?


Re: MySQL Problem [+REP] - Konstantinos - 19.06.2014

Q: I get a Failed (plugins/mysql.so: symbol __cxa_pure_virtual, version libmysqlclient_16[...] error, is there any way to fix it?
A: That likely means that you are using a 64bit system and thus a 64bit libmysqlclient library. You'll have to use the static version of the plugin, the mysql_static.so.


Re: MySQL Problem [+REP] - d3ll - 19.06.2014

Are you using IRC plugin?


Re: MySQL Problem [+REP] - SPA - 19.06.2014

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
Q: I get a Failed (plugins/mysql.so: symbol __cxa_pure_virtual, version libmysqlclient_16[...] error, is there any way to fix it?
A: That likely means that you are using a 64bit system and thus a 64bit libmysqlclient library. You'll have to use the static version of the plugin, the mysql_static.so.
Thanks