RedHat 8.6 libk5crypto.so.3 misses symbol EVP_KDF with openssl 1.1.1l

Matthias Apitz guru at unixarea.de
Tue Nov 8 06:17:16 UTC 2022


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, ✉ guru at unixarea.de, http://www.unixarea.de/ +49-176-38902045
Public GnuPG key: http://www.unixarea.de/key.pub
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://mta.openssl.org/pipermail/openssl-users/attachments/20221108/f566de21/attachment.sig>


More information about the openssl-users mailing list