Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not run on Debian Linux #408

Open
ffaf1 opened this issue Sep 1, 2023 · 2 comments
Open

Does not run on Debian Linux #408

ffaf1 opened this issue Sep 1, 2023 · 2 comments

Comments

@ffaf1
Copy link

ffaf1 commented Sep 1, 2023

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.
@josh-parris
Copy link

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

@ffaf1
Copy link
Author

ffaf1 commented Feb 11, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants