TS3AudioBot
TS3AudioBot copied to clipboard
No usable version of libssl was found
Describe the problem Can't run ./TS3AudioBot on Ubuntu 22.04
To Reproduce ./TS3AudioBot
System Information Platform: Ubuntu 22.04 OpenSSL 3.0.11
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
Plus, execute sudo ldconfig
to update the library cache.
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?
export LD_LIBRARY_PATH=/usr/local/lib64:$LD_LIBRARY_PATH