Ubuntu package is broken
tamasd opened this issue · 2 comments
tamasd commented
Hello,
I installed the yubico-piv-tool
package from yubico's repository on ubuntu impish. When I try to launch it (with any parameters), I get the following error: yubico-piv-tool: symbol lookup error: yubico-piv-tool: undefined symbol: ykpiv_set_mgmkey3
.
qpernil commented
This issue has come up lately, and is typically caused by an older libykpiv2 package being installed. Try the following:
sudo apt purge libykpiv2
The PPA package includes a newer version of this library so the above should suffice.
The root cause is a dependency conflict between the ubuntu package libykpiv2 and the ppa-provided yubico-piv-tool.
This will be fixed in a later version.
tamasd commented
Thank you, it works now