Posts: 210
Threads: 32
Joined: Oct 2014
Reputation:
0
Yo,
Just wanted to ask in BlueG's R7 MySQL is there any code that i can replace with this? cache_get_row_int
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
cache_get_row -> strval
Though R7 is an old version, update to R39-3.
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: 210
Threads: 32
Joined: Oct 2014
Reputation:
0
oh shit it works thanks konstatinimus