Tiny Core Linux

Tiny Core Base => Raspberry Pi => Topic started by: d1rtyd on March 30, 2016, 11:50:30 AM

Title: cryptsetup for piCore 7
Post by: d1rtyd on March 30, 2016, 11:50:30 AM
Hi, can you add cryptsetup to the repos?  I'm having a lot of trouble compiling it from scratch. It seems it was present in other TinyCore repos.
Title: Re: cryptsetup for piCore 7
Post by: d1rtyd on March 30, 2016, 11:57:44 AM
Code: [Select]
wget https://www.kernel.org/pub/linux/utils/cryptsetup/v1.7/cryptsetup-1.7.1.tar.xz
tar xvf cryptsetup-1.7.1.tar.xz
cd cryptsetup-1.7.1
./configure
configure: error: You need the uuid library.

I also tried building uuid but never could get cryptsetup to find what it was looking for.