WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Error while opening LUKS-encrypted partition  (Read 63 times)

Offline Zucchini

  • Newbie
  • *
  • Posts: 1
Error while opening LUKS-encrypted partition
« on: October 14, 2025, 10:40:16 AM »
Hi , guys !
Code: (I'm trying to open a virtual encrypted LUKS partition via cryptsetup-utility) [Select]
sudo cryptsetup luksOpen /dev/sdb1 backup2

Code: (But it fails to open giving the following error) [Select]
cryptsetup: symbol lookup error: /usr/local/lib/libcryptsetup.so.4: undefined symbol: dm_task_get_info, version Base
Is it possible to solve that ?