SA-MP Forums Archive
Server failing to Load Plugin - 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: Server failing to Load Plugin (/showthread.php?tid=419413)



Server failing to Load Plugin - Yves - 28.02.2013

So here it is i am using a hosted box and for some reason it is asking me this down below i have no clue how to even get the LibmysqlClient_r.so.16

i cant seem to find .so.16 ino there is 15 even tho i dont have .so.16

Код:
Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)



Re: Server failing to Load Plugin - Johnson_boy - 28.02.2013

I had this problem long time ago with Debian 6.

You can fix this by installing packet libmysqlclient16 (apt-get install libmysqlclient16)

However, as you are on a hosted box you most likely cannot install any packages. I could upload the file somewhere if you can't find it nor install the package.

Edit: Here's the library for Debian: Download


Re: Server failing to Load Plugin - Yves - 28.02.2013

alright thanks mate