Splamy / TS3AudioBot

Advanced Musicbot for Teamspeak 3
https://splamy.de/TSAudioBot/Home
Open Software License 3.0
659 stars 134 forks source link

No usable version of libssl was found #1048

Open opZ1ca opened 6 months ago

opZ1ca commented 6 months ago

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 commented 6 months ago

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 commented 4 months ago

Plus, execute sudo ldconfig to update the library cache.

FlorianPanten commented 3 months ago

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 commented 2 months ago

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