[openssl-users] Building openssl-1.1.1

Billy Brumley bbrumley at gmail.com
Mon Sep 17 05:30:11 UTC 2018


> 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


More information about the openssl-users mailing list