Re: cryptsetup: /lib/arm-linux-gnueabihf/libcryptsetup.so.12: version `CRYPTSETUP_2.4' not found error
Milan Broz <[email protected]>
| Newsgroups | dev.linux.lists.cryptsetup |
|---|---|
| Message-ID | <[email protected]> |
On 04/04/2022 18:08, Geza Bohus wrote: ... > I have installed cryptsetup-2.4.3 as described here: ... > > apt claims that I have the newest version, v2.3.7: Do you see the difference in versions? You just cannot have old libcryptsetup with a new command line tool. Either install everything from the distro repository, or install everything directly from upstream, but you cannot combine versions this way. (Here new commandline tools depend on new API calls that are not in the old libceryptsetup.) Better do not compile it yourself, use distro provided versions. Milan