citybound/citybound

Does not run on Debian Linux

Opened this issue · 2 comments

f@mkiii:~/download$ ./citybound-v0.1.2-685-g8a11e4d
./citybound-v0.1.2-685-g8a11e4d: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory

but

root@mkiii:/home/f/download# apt-get install libssl-dev
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
libssl-dev is already the newest version (3.0.9-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

https://superuser.com/questions/1800031/unable-to-instal-libcrypto-so-1-0-0-on-ubuntu-20-04-6/1800037#1800037

Edit the source list sudo nano /etc/apt/sources.list to add the following line: deb [trusted=yes] http://security.ubuntu.com/ubuntu xenial-security main

Then sudo apt update and sudo apt install libssl1.0.0

I am sure you understand asking a user to modify /etc/apt/sources (and add something which is not distro-related) is a no-no.