-
Notifications
You must be signed in to change notification settings - Fork 0
/
openssl_install-1.1.1-put.html
35 lines (35 loc) · 1.37 KB
/
openssl_install-1.1.1-put.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<h1>Instructions for use of OpenSSL 1.1.1 (PUT Library)</h1>
<p>Use the OSS command<br/>
<code>tar xzf openssl-<i>package</i>.tar.gz -C / -p --no-same-owner</code><br/>
to install OpenSSL. You must install the package in the exact same location as
in the tar file. Add the <code>/usr/local-ssl1.1_put/lib</code> to your _RLD_LIB_PATH variable when
OpenSSL 1.1.1 PUT is needed. Other versions of OpenSSL should be installed
elsewhere.</p>
<p>
Due to new features added in the latest OSS System Libraries, binaries built
with those will not function correctly on older RVUs. The following table
lists the minimum RVU for each platform that can correctly run OpenSSL
version 1.1.1g, and above:</p>
<table>
<tr>
<td><b>Platform</b></td>
<td><b>Minimum RVU</b></td>
</tr>
<td>TNS/E</td>
<td>J06.22</td>
<tr>
<td>TNS/X</td>
<td>L19.08</td>
</tr>
<tr>
<td>TNS/V</td>
<td>L19.08</td>
</tr>
</table>
<p><b>Note: </b>OpenSSL 1.1.1 is built with J06.15 tools so should run
correctly under that RVU and newer. The tests are run on J06.22, which is why
we officially limit the minimum RVU to J06.22.</p>
<p><b>Caution: </b>Do not mix versions of OpenSSL. There is no binary
compatibility between version 1.0.2 and 1.1.1 of OpenSSL. The first directory
encountered in _RLD_LIB_PATH is selected by the OSS loader. Do not use a
threaded library with an unthreaded program and vice versa.</p>