ID:1878002
 
I'm trying to host a game that uses Dantom.DB, but get the following error:

Database Connection error: libmariadb.so: cannot open shared object file: No such file or directory

I have downloaded the specified file and put in the same folder as DreamDaemon, and tried other places as well, and no success.

Any ideas?
libmysql should support mariadb also. Have you tried using that one?

I use it on windows, and sure linux would be the same in this sense.
In response to Pirion
I tried it, no luck.
If you have root/sudo access install mariadb-client with your favourite package manager.

That may help.
I fixed the issue by adding the .so file to /usr/lib32 (if I remember correctly).