diff options
author | Richard Levitte <levitte@openssl.org> | 2021-08-24 13:45:27 +0200 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2021-08-25 16:51:47 +0200 |
commit | 1501de3380aa1907a6b27c734a3c30f0962048ed (patch) | |
tree | f3d3973b15690204aa351e8c10dc831161c501e5 /NOTES-NONSTOP.md | |
parent | VMS: Correct faulty source directory specification (diff) | |
download | openssl-1501de3380aa1907a6b27c734a3c30f0962048ed.tar.xz openssl-1501de3380aa1907a6b27c734a3c30f0962048ed.zip |
Add multilib to the NonStop configuration definitions.
Fixes: #16373
Co-authored-by: Randall S. Becker <rsbecker@nexbridge.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16398)
Diffstat (limited to 'NOTES-NONSTOP.md')
-rw-r--r-- | NOTES-NONSTOP.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/NOTES-NONSTOP.md b/NOTES-NONSTOP.md index 171f394a9d..586fbabef0 100644 --- a/NOTES-NONSTOP.md +++ b/NOTES-NONSTOP.md @@ -56,8 +56,14 @@ options, and keeping your memory and float options consistent, for example: * For 1.1 `--prefix=/usr/local-ssl1.1 --openssldir=/usr/local-ssl1.1/ssl` * For 1.1 PUT `--prefix=/usr/local-ssl1.1_put --openssldir=/usr/local-ssl1.1_put/ssl` + +As of 3.0, the NonStop configurations use the multilib attribute to distinguish +between different models: + * For 3.0 `--prefix=/usr/local-ssl3.0 --openssldir=/usr/local-ssl3.0/ssl` - * For 3.0 PUT `--prefix=/usr/local-ssl3.0_put --openssldir=/usr/local-ssl3.0_put/ssl` + +The PUT model is placed in `${prefix}/lib-put` for 32-bit models and +`${prefix}/lib64-put` for 64-bit models. Use the `_RLD_LIB_PATH` environment variable in OSS to select the appropriate directory containing `libcrypto.so` and `libssl.so`. In GUARDIAN, use the |