Re: Question regarding Cryptosetup

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 4 Nov 2019 01:07 +0000, from p.zdravkov1617@xxxxxxxxx (Petar Zdravkov):
> what I get as an error message is:
> *relocation error: cryptsetup: symbol crypt_keyslot_tpm_add_by_key version
> CRYPTSETUP_2.0 not defined in file libcryptsetup.so.12 with link time
> reference*

I'm guessing that your version of the cryptsetup executable does not
match the libcryptsetup shared library.

You can check what shared libraries the dynamic linker wants to load
by doing `type cryptsetup` to get the path to the cryptsetup binary
that the shell launches, then `ldd /path/to/cryptsetup` to see what
shared libraries the dynamic linker wants to load for it. (`ldd` needs
the full path to the executable, so you can't just do something like
`ldd cryptsetup`.)

-- 
Michael Kjörling • https://michael.kjorling.se • michael@xxxxxxxxxxx
  “The most dangerous thought that you can have as a creative person
              is to think you know what you’re doing.” (Bret Victor)

_______________________________________________
dm-crypt mailing list
dm-crypt@xxxxxxxx
https://www.saout.de/mailman/listinfo/dm-crypt




[Index of Archives]     [Device Mapper Devel]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Packaging]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux