> openssl version
> openssl: /usr/lib/x86_64-linux-gnu/libssl.so.1.1: version
> `OPENSSL_1_1_1' not found (required by openssl)
> openssl: /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1: version
> `OPENSSL_1_1_1' not found (required by openssl)

Sounds like a loader issue.

Try "which openssl" then "ldd /path/to/openssl"

I dunno what current recommendation is, but I normally use RPATH:

https://wiki.openssl.org/index.php/Compilation_and_Installation#Using_RPATHs

Hope it helps,

BBB
-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Reply via email to