From ab3b76ceb6e8c6609df5169f814976c6c8d16da8 Mon Sep 17 00:00:00 2001 From: Phil Pennock Date: Tue, 20 Mar 2018 21:43:16 -0400 Subject: [PATCH] Not all the world is binutils ld --- doc/doc-txt/openssl.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/doc-txt/openssl.txt b/doc/doc-txt/openssl.txt index 93ca701a9..194ae7cf8 100644 --- a/doc/doc-txt/openssl.txt +++ b/doc/doc-txt/openssl.txt @@ -42,6 +42,10 @@ something else. `/opt/exim/openssl` perhaps. make make install +On some systems, the linker uses `-rpath` instead of `-R`; on such systems, +replace the parameter starting `-Wl` with: `-Wl,-rpath,/opt/openssl/lib`. +There are more variations on less common systems. + You now have an installed OpenSSL under /opt/openssl which will not be used by any system programs. -- 2.25.1