Bugzilla – Bug 1161814
Not work Yast and Zypper openSUSE Tumbleweed
Last modified: 2020-03-30 07:28:36 UTC
openSUSE Tumbleweed Not work Not work Yast(2) and Zypper after last update from Yast2 today (25/01/2020)! >zypper up zypper: symbol lookup error: /usr/lib64/libssh.so.4: undefined symbol: EVP_KDF_CTX_new_id, version OPENSSL_1_1_1d yast Internal error. Please report a bug report with logs. Run save_y2logs to get complete logs. Caller: /usr/lib64/ruby/vendor_ruby/2.6.0/yast/yast.rb:186:in `import_pure' Details: component cannot import namespace 'Pkg' Start the Ruby debugger now and debug the issue? (Experts only!)
Please help
$ git pull /usr/lib/git/git-remote-https: symbol lookup error: /usr/lib64/libssh.so.4: undefined symbol: EVP_KDF_CTX_new_id, version OPENSSL_1_1_1d
NetworkNanager - not work
We replaced our KDF backport patch by the one from Fedora and the EVP_KDF_CTX_new_id symbol version has changed from 1.1.1d to 1.1.1b. We need to keep it at 1.1.1d for backward compatibility. This should be fixed by https://build.opensuse.org/request/show/767785
The breaking change hasn't reached Factory yet. I guess you're using the security:tls repo. The problem is already fixed there.
This should be fixed.