SA-MP Forums Archive
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 Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: libmysqlclient_r.so.16: cannot open shared object file: No such file or directory) (/showthread.php?tid=571342)



libmysqlclient_r.so.16: cannot open shared object file: No such file or directory) - PURG3D - 18.04.2015

Is there existing ways on how to install this libmysql_r.so.16 on Linux Debian 7.8 ? . Im so fucked up and messed up about installing this libmysqlclient16, because i tried apt-get install libmysqlclient16 but it does not exist . I promise i will give +REP for who can help me out.


Re: libmysqlclient_r.so.16: cannot open shared object file: No such file or directory) - PURG3D - 18.04.2015

I already read about 32-50 threads and Research for about 15-23 times, But it fails (libmysqlclient16 is not found) i tried apt-get install.


Re: libmysqlclient_r.so.16: cannot open shared object file: No such file or directory) - PURG3D - 18.04.2015

Another problem occur, This hilarious mysql error debug . Im shocked

Код:
[05:22:46]    Error: Function not registered: 'mysql_tquery'
[05:22:46]    Error: Function not registered: 'mysql_escape_string'
[05:22:46]    Error: Function not registered: 'cache_get_data'
[05:22:46]    Error: Function not registered: 'cache_get_field_content'
[05:22:46]    Error: Function not registered: 'mysql_stat'
[05:22:46]    Error: Function not registered: 'mysql_log'
[05:22:46]    Error: Function not registered: 'mysql_connect'
[05:22:46]    Error: Function not registered: 'mysql_errno'
[05:22:46]    Error: Function not registered: 'mysql_close'
[05:22:46]    Error: Function not registered: 'cache_get_row'
[05:22:46]    Error: Function not registered: 'cache_insert_id'
[05:22:46]    Error: Function not registered: 'cache_affected_rows'
[05:22:47] [debug] Run time error 19: "File or function is not found"
[05:22:47] [debug]  mysql_tquery
[05:22:47] [debug]  mysql_escape_string
[05:22:47] [debug]  cache_get_data
[05:22:47] [debug]  cache_get_field_content
[05:22:47] [debug]  mysql_stat
[05:22:47] [debug]  mysql_log
[05:22:47] [debug]  mysql_connect
[05:22:47] [debug]  mysql_errno
[05:22:47] [debug]  mysql_close
[05:22:47] [debug]  cache_get_row
[05:22:47] [debug]  cache_insert_id
[05:22:47] [debug]  cache_affected_rows
[05:22:47] [debug] Run time error 19: "File or function is not found"
[05:22:47] [debug]  mysql_tquery
[05:22:47] [debug]  mysql_escape_string
[05:22:47] [debug]  cache_get_data
[05:22:47] [debug]  cache_get_field_content
[05:22:47] [debug]  mysql_stat
[05:22:47] [debug]  mysql_log
[05:22:47] [debug]  mysql_connect
[05:22:47] [debug]  mysql_errno
[05:22:47] [debug]  mysql_close
[05:22:47] [debug]  cache_get_row
[05:22:47] [debug]  cache_insert_id
[05:22:47] [debug]  cache_affected_rows
[05:22:47] Script[gamemodes/PHRP.amx]: Run time error 19: "File or function is not found"
[05:22:47] Number of vehicle models: 0
EDIT: Im running on Debian 7.8 64 BIT


Re: libmysqlclient_r.so.16: cannot open shared object file: No such file or directory) - Jake187 - 18.04.2015

Download the official MySQL repo located at https://dev.mysql.com/downloads/repo/apt/ and install mySQL that way, with that repo you can install the official libs for your mySQL version and they will constantly be updated.