samp-incognito / samp-streamer-plugin

Streamer Plugin for SA-MP (San Andreas Multiplayer)
Apache License 2.0
233 stars 91 forks source link

libmysqlclient.so.18: cannot open shared object file #403

Closed LielR closed 2 years ago

LielR commented 3 years ago

Hello

I am getting this issue when trying to run the server with this plugin(last version). Failed (libmysqlclient.so.18: cannot open shared object file: No such file or directory) Debian10 OS

TemaSM commented 2 years ago

@Lamezy Not related to samp-streamer plugin. Checkout your mysql plugin, because it's place where libmysqlclient.so.18 loading as shared library.

If you cannot install mysql-client on your system by hands, here's ready to use file for you, Place it to root of your server, just right near samp03svr: libmysqlclient.so.zip

alextwothousand commented 2 years ago

This is unrelated to streamer. The ideal fix would be to install the mariadb/mysql redistributables, but you can also use the static build of mysql (mysql_static.so).