reo7sp / tgbot-cpp

C++ library for Telegram bot API
http://reo7sp.github.io/tgbot-cpp
MIT License
1.01k stars 245 forks source link

libssl error on debian #260

Closed miannoodle01 closed 1 year ago

miannoodle01 commented 1 year ago

Hello! I just wrote my bot and on testing it on my debian 10 buster vps it throwed this error: error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directory

llnulldisk commented 1 year ago

Hi!

How did you install OpenSSL? Does it help if you reinstall it with sudo apt install --reinstall libssl-dev

miannoodle01 commented 1 year ago

@llnulldisk

Was already installed, and server expired so...

miannoodle01 commented 1 year ago

all done! just need to install normal libssl not dev