Posts: 447
Threads: 105
Joined: Feb 2013
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?
Posts: 597
Threads: 42
Joined: Jul 2012
Reputation:
0
Have you installed MySQL server ?
Posts: 447
Threads: 105
Joined: Feb 2013
Yes i did installed MySQL.so R39
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
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.
Posts: 93
Threads: 22
Joined: May 2014
Reputation:
0
Are you using IRC plugin?
Posts: 447
Threads: 105
Joined: Feb 2013
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