• 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 (LTS error while loading shared libraries)

Kownikuzyt

Member
Joined
Feb 11, 2020
Messages
170
Solutions
1
Reaction score
8
Hello!
I have a problem, I have reverted to older versions of TFS servers and I am encountering an error.

Welcome to Ubuntu 20.04.6 LTS (GNU/Linux 5.4.0-65-generic x86_64)

* Documentation: Official Ubuntu Documentation (https://help.ubuntu.com)
* Management: https://landscape.canonical.com
* Support: Ubuntu Pro | Ubuntu (https://ubuntu.com/advantage)

* Introducing Expanded Security Maintenance for Applications.
Receive updates to over 25,000 software packages with your
Ubuntu Pro subscription. Free for personal use.

Ubuntu Pro | Ubuntu (https://ubuntu.com/pro)
New release '22.04.2 LTS' available.

The problem we face.

./tfs: error while loading shared libraries: libmysqlclient.so.16: cannot open shared object file: No such file or directory

Is it possible to fix this or is this version of the distribution just down?
 
Hello @Kownikuzyt,

Try
Code:
sudo apt-get install libmysqlclient-dev

@EkkoLua

root@---:~# sudo apt-get install libmysqlclient-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
libmysqlclient-dev is already the newest version (8.0.33-0ubuntu0.20.04.4).
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.

There is still an error in the console

./tfs: error while loading shared libraries: libmysqlclient.so.16: cannot open shared object file: No such file or directory
 
Back
Top