05.11.2013, 22:25
(
Last edited by FShiwani; 06/11/2013 at 10:01 PM.
)
I got the rid of the error, however my gamemode is now saying
Run time error 19: "File or function is not found"
I realised that my gamemode has at the top include <a_mysql>, it seems to be using a different mysql plugin and when I changed that <a_mysql> to <mysql> heres what I got:
Do I have to find the equvilent functions for these functions?
Fixed: The file libmysqlclient.so.15 was renamed to libmysqlclient_r.so.15 and was placed inside /usr/lib. Restarted Server, worked like a charm.
Run time error 19: "File or function is not found"
I realised that my gamemode has at the top include <a_mysql>, it seems to be using a different mysql plugin and when I changed that <a_mysql> to <mysql> heres what I got:
Code:
error 017: undefined symbol "mysql_get_field"(alot of these) error 017: undefined symbol "mysql_retrieve_row"(2 of these) error 017: undefined symbol "mysql_debug"(1 of this)
Fixed: The file libmysqlclient.so.15 was renamed to libmysqlclient_r.so.15 and was placed inside /usr/lib. Restarted Server, worked like a charm.