SA-MP Forums Archive
Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory) - 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: Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory) (/showthread.php?tid=607551)



FIXED - Noris - 21.05.2016

EDIT: NVM I FIXED IT!

I used mysql_static.so but still no luck, Can anybody help me?

[04:17:40] Loading plugin: mysql.so
[04:17:40] Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)
[04:17:40] Loading plugin: whirlpool.so

Quote:

[04:17:41] [debug] Run time error 19: "File or function is not found"
[04:17:41] [debug] mysql_query
[04:17:41] [debug] mysql_real_escape_string
[04:17:41] [debug] mysql_connect
[04:17:41] [debug] mysql_debug
[04:17:41] [debug] mysql_store_result
[04:17:41] [debug] mysql_fetch_int
[04:17:41] [debug] mysql_free_result
[04:17:41] [debug] mysql_num_rows
[04:17:41] [debug] mysql_fetch_row_format
[04:17:41] [debug] mysql_retrieve_row
[04:17:41] [debug] mysql_fetch_field_row
[04:17:41] [debug] mysql_insert_id
[04:17:41] [debug] Run time error 19: "File or function is not found"
[04:17:41] [debug] mysql_query
[04:17:41] [debug] mysql_real_escape_string
[04:17:41] [debug] mysql_connect
[04:17:41] [debug] mysql_debug
[04:17:41] [debug] mysql_store_result
[04:17:41] [debug] mysql_fetch_int
[04:17:41] [debug] mysql_free_result
[04:17:41] [debug] mysql_num_rows
[04:17:41] [debug] mysql_fetch_row_format
[04:17:41] [debug] mysql_retrieve_row
[04:17:41] [debug] mysql_fetch_field_row
[04:17:41] [debug] mysql_insert_id




Re: Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory) - luke49 - 21.05.2016

Here are some related issues:

https://sampforum.blast.hk/showthread.php?tid=441912
https://sampforum.blast.hk/showthread.php?tid=348761
http://forum.sa-mp.com/showpost.php?...&postcount=553


Re: Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory) - Noris - 21.05.2016

Quote:
Originally Posted by luke49
Посмотреть сообщение
I tried those solutions but still no luck


Re: Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory) - Noris - 21.05.2016

nvm fixed