• 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!

Ubuntu 20.04 I can't turn on engine tfs 0.4 HELP

jareczekjsp

Member
Joined
Jan 30, 2023
Messages
185
Reaction score
9
GitHub
Jarek123
Hello Everyone ,I have problem I want start with my Ots,but when I want turn on tfs
./tfs

is error like that
libmysqlclient.so.18: cannot open shared object file no such file or directory
an I dont know what I must do I cannot find problem

Ubuntu 20.04 ,tfs 0.4


rxxxxxxx:/home/ots/tfs# root@vps-9582e623:/home/ots# cd tfs
xxxxxxxx:/home/ots#: No such file or directory
xxxxxxxx:/home/ots/tfs# root@vps-9582e623:/home/ots/tfs# ./tfs
xxxxxxx:/home/ots/tfs#: No such file or directory
xxxxxxx:/home/ots/tfs# ./tfs: error while loading shared libraries: libmysqlclient.so.18: cannot open shared object file: No such file or directory
bash: ./tfs:: No such file or directory
Post automatically merged:

ubuntu@vps-000000:~$ apt-get install libmysql-dev
E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission d enied)
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are y ou root?
ubuntu@vps-000000:~$ sudo su
root@vps-000000:/home/ubuntu# apt-get install libmysql-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libmysql-dev
root@vps-000000:/home/ubuntu# apt-get install default-libmysqlclient-dev
E: Invalid operation installdefault-libmysqlclient-dev
root@vps-000000:/home/ubuntu#
root@vps-000000:/home/ubuntu# cd ..
root@vps-000000:/home# cd ots/tfs
root@vps-000000:/home/ots/tfs# ./tfs
./tfs: error while loading shared libraries: libmysqlclient.so.18: cannot open shared object file: No such file or directory
root@vps-000000:/home/ots/tfs#

root@vps-000000:/# apt-get install default-libmysqlclient-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
default-libmysqlclient-dev is already the newest version (1.0.5ubuntu2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@vps-000000:/#

root@vps-000000:/# cd /home/ots/tfs
root@vps-000000:/home/ots/tfs# ./tfs
./tfs: error while loading shared libraries: libmysqlclient.so.18: cannot open shared object file: No such file or directory
 
Last edited:
Back
Top