Hello, We compile openssl 1.1.1l from the sources and run on RedHat 8.6 into the problem that the system shared lib /usr/lib64/libk5crypto.so.3 misses a symbol from openssl:
# objdump -TC /usr/lib64/libk5crypto.so.3 | grep EVP_KDF
0000000000000000 DF *UND* 0000000000000000 OPENSSL_1_1_1b EVP_KDF_ctrl
0000000000000000 DF *UND* 0000000000000000 OPENSSL_1_1_1b
EVP_KDF_CTX_new_id
0000000000000000 DF *UND* 0000000000000000 OPENSSL_1_1_1b
EVP_KDF_CTX_free
0000000000000000 DF *UND* 0000000000000000 OPENSSL_1_1_1b EVP_KDF_derive
# objdump -TC libssl.so.1.1 | grep EVP_KDF
(nix)
I checked also the sources 1.1.1l and 1.1.1s, there are a lot of 'EVP_*'
symbols, but not EVP_KDF_ctrl.
What is the correct way to fix this. Thanks in advance.
matthias
--
Matthias Apitz, ✉ [email protected], http://www.unixarea.de/ +49-176-38902045
Public GnuPG key: http://www.unixarea.de/key.pub
signature.asc
Description: PGP signature
