SphereCommunity
Linux spheresvr install - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: General Help (/Forum-General-Help)
+--- Thread: Linux spheresvr install (/Thread-Linux-spheresvr-install)



Linux spheresvr install - haoasakurah - 11-06-2021 10:41 PM

Hello, I am new in UO and linux Big Grin
but I am trying to put spheresvr on linux because I am studying code things etc
So, anyone can get a tutorial to install in ubuntu 20.04 ?
I get terminal error:
./spheresvr: error while loading shared libraries: libmysqlclient.so.20: cannot open shared object file: No such file or directory

I Don't know how proced on this and dont know what to do in this case

Someone please help me?


RE: Linux spheresvr install - Kanibal - 11-15-2021 12:29 AM

Banned from Google?

Code:
apt-get install libmysqlclient20



RE: Linux spheresvr install - Levsha - 08-24-2023 04:19 PM

Debian 12/bookworm amd64
Code:
./spheresvr
./spheresvr: error while loading shared libraries: libmysqlclient.so.20: cannot open shared object file: No such file or directory

sudo apt install libmysqlclient20
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package libmysqlclient20 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libmysqlclient20' has no installation candidate

(11-15-2021 12:29 AM)Kanibal Wrote:  Banned from Google?

Code:
apt-get install libmysqlclient20