Hi,
I need to frugal install tiny core as full disk encrypted system.
Boot from iso, install cryptsetup:
$ tce-load -wi cryptsetupThen I formatted my whole disk as luks volume:
# cryptsetup luksFormat --type luks1 /dev/sdaIt prompts me to input passphrase as expected. Everything looks ok.
Next, to open the encrypted volume:
# cryptsetup luksOpen /dev/sda coresysAn error occured:
cryptsetup: symbol lookup error: /usr/local/lib/libcryptsetup.so.4: undefined symbol: dm_task_get_info, version BaseI googled and found no answer.
Any idea about that ?