Commit f9e6a5b
committed
18937 FIX OpenSSL Upgrade Compatibility Fix for host and dig
Werk #18935 introduced a number of wrappers for system commands to address OpenSSL compatibility issues. Where-in using system commands as the site user resulted in errors like the following:
```
host: /omd/sites/main/lib/libcrypto.so.3: version `OPENSSL_3.4.0' not found (required by /lib64/libisc-9.16.23-RH.so)
```
This werk extends that change to wrap several more system commands:
* host
* dig
* php
Users can add additional wrappers as needed, by copying an existing wrapper in the sites `bin` directory and naming it for the system command they wish to wrap:
E.g. `cp ./bin/host ./bin/COMMAND_NAME`
SUP-26879
Change-Id: I0a8bb9b5706f7c3442a1c9a362ed3c0e300c56e41 parent 7fa03f9 commit f9e6a5b
2 files changed
Lines changed: 32 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
| |||
0 commit comments