Re: cryptsetup: /lib/arm-linux-gnueabihf/libcryptsetup.so.12: version `CRYPTSETUP_2.4' not found error
Geza Bohus <[email protected]>
| Newsgroups | dev.linux.lists.cryptsetup |
|---|---|
| Message-ID | <[email protected]> |
Hi Milan, Thanks for your reply. Of course I saw the problem with the versions, I just don't understand how it can require a newer version than what apt claims to be the latest. If I understand correctly, you're suggesting to do sudo apt install cryptsetup Right? Thanks, Geza On 2022. April 4. at 18:26:56, Milan Broz ([email protected] (mailto:[email protected])) wrote: > > 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