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!