[CentOS] Install OpenSSL 1.1.1 on CentOS Linux release 7.9.2009 (Core).

Sat Nov 13 17:11:37 UTC 2021
Jonathan Billings <billings at negate.org>

On Sat, Nov 13, 2021 at 12:02:24PM -0500, Jonathan Billings wrote:
> You'll want to add to CFLAGS="-Wl,-rpath,/usr/lib64/openssl11", so the
> linker adds the RPATH to the executable.

The alternative is to set $LD_LIBRARY_PATH, of course, but that is
often something that can pollute the environment, so any subshells
will get confused and use your custom openssl and potentially break
software.  It'll get suggested though.

-- 
Jonathan Billings <billings at negate.org>