SphereCommunity

Full Version: Linux spheresvr install
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
Banned from Google?

Code:
apt-get install libmysqlclient20
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
Reference URL's