WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: tpm2-tools package is broken in 11.x x86_64  (Read 1463 times)

Offline y_satou70

  • Jr. Member
  • **
  • Posts: 52
tpm2-tools package is broken in 11.x x86_64
« on: August 07, 2020, 09:51:39 PM »
found that tpm2-tools package is broken while migration to 11.1

tpm2-tss and tpm2-tss-dev was rebuilt at 11.x by openssl upgrade, but looks tpm2-tools was missed from rebuilding target.
so tools can't work due to .so file dependency now:

Code: [Select]
tc@host:~$ ls -al /usr/local/bin/tpm2_startup
lrwxrwxrwx    1 root     root            49 Aug  8 13:13 /usr/local/bin/tpm2_startup -> /tmp/tcloop/tpm2-tools/usr/local/bin/tpm2_startup
tc@host:~$ ldd /usr/local/bin/tpm2_startup | grep libcrypto
libcrypto.so.1.0.0 => not found
libcrypto.so.1.1 => /usr/local/lib/libcrypto.so.1.1 (0x00007f54b2422000)

Can we have recompiled package, ideally with latest tpm2-tools version 4.2.1 ?

build procedure on 10.x: http://repo.tinycorelinux.net/10.x/x86_64/tcz/src/tpm2-tools/compile_tpm2-tools

TinyCoreLinux

  • Guest
Re: tpm2-tools package is broken in 11.x x86_64
« Reply #1 on: August 07, 2020, 11:33:45 PM »
I recommend that you reinstall TM2 Tools, but you can also try downloading and manually linking to the library files.
https://packages.debian.org/search?suite=jessie&arch=any&mode=exactfilename&searchon=contents&keywords=libcrypto.so.1.0.0
« Last Edit: August 07, 2020, 11:38:47 PM by Trump »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14626
Re: tpm2-tools package is broken in 11.x x86_64
« Reply #2 on: August 08, 2020, 01:35:23 AM »
update posted