• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Solved libmysqlclient.so.16 help (SOLVED)

Status
Not open for further replies.

Sebastian Ching

New Member
Joined
Dec 26, 2007
Messages
314
Reaction score
4
Location
Rio grande, rs, Brazil
Hi, i have a compiled ot 9.60, and im using linux ubuntu, but when i try run appear this error.
How can i fix it?
Thankss

root@sebastian-desktop:~# cd /otserv
root@sebastian-desktop:/otserv# ./theforgottenserver
./theforgottenserver: error while loading shared libraries: libmysqlclient.so.16: cannot open shared object file: No such file or directory
 
Last edited:
Which Ubuntu server? Some ubuntu versions are known for not working out of the box with TFS.
 
Grab the old libmysqlclient.so.16 file

Code:
wget -O /usr/lib64/libmysqlclient.so.16
chmod 755 /usr/lib64/libmysqlclient.so.16
ldconfig
 
Found this on web.. try with this url:

Code:
wget -O /usr/lib64/libmysqlclient.so.16 http://files.directadmin.com/services/es_5.0_64/libmysqlclient.so.16
chmod 755 /usr/lib64/libmysqlclient.so.16
ldconfig
 
That means that the file is not available on that website, search for another link with the needed file
 
Which packets are you using? You may have missed one that is important.
 
Status
Not open for further replies.
Back
Top