When I enter any command relating to openssl
, like this:
openssl -v
I get this error:
openssl: /lib/x86_64-linux-gnu/libssl.so.3: version `OPENSSL_3.2.0' not found (required by openssl)openssl: /lib/x86_64-linux-gnu/libcrypto.so.3: version `OPENSSL_3.2.0' not found (required by openssl)
I've never seen this before and Google keeps returning an error with a missing header, which I don't have.
How do I fix this? I honestly haven't a clue where to start. My openssl dev libraries are working because I have C applications using them.