diff options
author | Adrian Freihofer <adrian.freihofer@siemens.com> | 2025-03-20 21:20:32 +0100 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2025-04-13 14:07:57 -0400 |
commit | 36840b49c8a9082ded705f46224cd3c74656a353 (patch) | |
tree | f3346b59ec55689bbc723ad847f69953908ad272 /recipes-ids/samhain/files/0007-configure.ac-avoid-searching-host-for-postgresql.patch | |
parent | 7badda60cdbbda55a52bbbb9fa61bfe8ff165383 (diff) | |
download | meta-security-36840b49c8a9082ded705f46224cd3c74656a353.tar.gz |
tpm2-tss-engine: add .so symmlink to engines package
Without the symlink, the engine is not found by openssl:
openssl engine -t -c tpm2tss
20F0C5BDFFFF0000:error:12800067:DSO support routines:dlfcn_load:could
not load the shared library:/usr/src/debug/openssl/3.2.4/crypto/dso/dso_dlfcn.c:118:
filename(/usr/lib/engines-3/tpm2tss.so): /usr/lib/engines-3/tpm2tss.so:
cannot open shared object file: No such file or directory
...
With sym-link it works (also without extra configuration for openssl)
cd /usr/lib/engines-3/
ln -s libtpm2tss.so tpm2tss.so
openssl engine -t -c tpm2tss
(tpm2tss) TPM2-TSS engine for OpenSSL
[RSA, RAND]
[ available ]
For exmample also the Fedora package has the symlink.
Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-ids/samhain/files/0007-configure.ac-avoid-searching-host-for-postgresql.patch')
0 files changed, 0 insertions, 0 deletions