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

No usable version of libssl was found #1048

Open
opZ1ca opened this issue Dec 27, 2023 · 4 comments
Open

No usable version of libssl was found #1048

opZ1ca opened this issue Dec 27, 2023 · 4 comments

Comments

@opZ1ca
Copy link

opZ1ca commented Dec 27, 2023

Describe the problem
Can't run ./TS3AudioBot on Ubuntu 22.04

To Reproduce
./TS3AudioBot

System Information
Platform: Ubuntu 22.04
OpenSSL 3.0.11

@opZ1ca
Copy link
Author

opZ1ca commented Dec 27, 2023

Fixed!

wget https://www.openssl.org/source/openssl-1.1.1q.tar.gz
tar -xzvf openssl-1.1.1q.tar.gz
cd openssl-1.1.1q
sudo ./config
sudo make install

openssl version -v

@BingZeSama
Copy link

Plus, execute sudo ldconfig to update the library cache.

@FlorianPanten
Copy link

Security-wise should I be concerned about installing that openssl version? I mean its from 2018 if I saw correctly...
Has anybody maybe found a fork of this that works with openssl 3?

@Windows200000
Copy link

export LD_LIBRARY_PATH=/usr/local/lib64:$LD_LIBRARY_PATH

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

4 participants