Failed (libmysqlclient_r.so.15: cannot open shared object file: No such file or directory)
#5

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:

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)
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.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)