Code:
./theforgottenserver: error while loading shared libraries: libmysqlclient.so.16: cannot open shared object file: No such file or directory
I've already tried obvious ways to solve this, but I realized that I need help.
./theforgottenserver: error while loading shared libraries: libmysqlclient.so.16: cannot open shared object file: No such file or directory
You are missing the libmysqlclient file.
Or it tries to load the file from wrong directory.
edit: k, just noticed you tried the obvious ways. C: