> Subject: Re: scilab bin > > On 6/18/21 1:38 PM, Patrick Dupre wrote: > > dnf install krb5-libs > > Last metadata expiration check: 0:44:00 ago on Fri 18 Jun 2021 09:47:24 PM CEST. > > Package krb5-libs-1.19.1-8.fc34.x86_64 is already installed. > > Package krb5-libs-1.19.1-8.fc34.i686 is already installed. > > Dependencies resolved. > > Nothing to do. > > > > But > > > > scilab-bin: symbol lookup error: /lib64/libk5crypto.so.3: undefined symbol: EVP_KDF_ctrl, version OPENSSL_1_1_1b > > I don't know why you're getting that error. > # nm -D /lib64/libk5crypto.so.3 | grep EVP_KDF_ctrl > U EVP_KDF_ctrl@@OPENSSL_1_1_1b U EVP_KDF_ctrl@@OPENSSL_1_1_1b > > # ldd /lib64/libk5crypto.so.3 | grep crypto > libcrypto.so.1.1 => /lib64/libcrypto.so.1.1 (0x00007fecb90ca000) libcrypto.so.1.1 => /usr/local/scilab-6.1.0/lib/thirdparty/libcrypto.so.1.1 (0x00007f4c37d2d000) > # nm -D /lib64/libcrypto.so.1.1 | grep EVP_KDF_ctrl > 0000000000126020 T EVP_KDF_ctrl@@OPENSSL_1_1_1b 0000000000126190 T EVP_KDF_ctrl@@OPENSSL_1_1_1b 0000000000126280 T EVP_KDF_ctrl_str@@OPENSSL_1_1_1b > The symbol is provided by libcrypto.so.1.1 > What do you get for those commands? > _______________________________________________ > users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx > To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx > Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx > Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure > _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure