I'm trying to run a binary file but I get:
./binary: error while loading shared libraries: libcrypto.so.3: cannot open shared object file: No such file or directory
I already tried resolving it by installing libssl-dev as said here, or installing openssl (my version is 1.1.1f 31 Mar 2020) as said here.
Both solutions didn't work. Which other solutions I could try to fix it?
Thanks for you help!
binary
was not built for Ubuntu 20.04 (which useslibcrypto.so.1.1
). Where did you get it, and how did you install it? – steeldriver Apr 03 '23 at 12:47binary
is actually a file for an university assignment. I wanted to solve the issues rather than asking the professor :/ – Francesco Urdih Apr 03 '23 at 13:19