WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: cryptsetup for piCore 7  (Read 1613 times)

Offline d1rtyd

  • Newbie
  • *
  • Posts: 2
cryptsetup for piCore 7
« 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.

Offline d1rtyd

  • Newbie
  • *
  • Posts: 2
Re: cryptsetup for piCore 7
« Reply #1 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.