/usr/sbin/tpm2-abrmd is linked to non-existing libtss2-sys.so.0
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tpm2-abrmd (Debian) |
Fix Released
|
Unknown
|
|||
tpm2-abrmd (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Hello, on Ubuntu 20.10, when installing tpm2-abrmd, launching tpm2-abrmd.service does not work because /usr/sbin/
$ ldd /usr/sbin/
libtss2-sys.so.0 => not found
$ dpkg -l tpm2-abrmd |tail -n1
ii tpm2-abrmd 2.3.3-1 amd64 TPM2 Access Broker & Resource Management Daemon
$ ls -l /usr/lib/
lrwxrwxrwx 1 root root 20 Sep 24 11:24 /usr/lib/
-rw-r--r-- 1 root root 133208 Sep 24 11:24 /usr/lib/
It seems that libtss2-sys.so was bumped to libtss2-sys.so.1 (instead of .0) in libtss2-esys0, but that tpm2-abrmd has not been rebuilt afterwards.
$ lsb_release -rd
Description: Ubuntu 20.10
Release: 20.10
Changed in tpm2-abrmd (Debian): | |
status: | Unknown → Fix Released |
Status changed to 'Confirmed' because the bug affects multiple users.