diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/openssl.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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. |