Closed MikeCockrem closed 7 years ago
The error message looks like the one in issue #3 that was caused by a too old version of the cryptsetup library. Which version is installed on your system?
Ah, could be... Centos 6 is a bit on the old side
rpm -qa | grep cryptsetup cryptsetup-luks-devel-1.2.0-11.el6.x86_64 cryptsetup-luks-1.2.0-11.el6.x86_64 cryptsetup-reencrypt-libs-1.6.4-2.el6.x86_64 python-cryptsetup-0.0.11-1.el6.x86_64 cryptsetup-reencrypt-1.6.4-2.el6.x86_64 cryptsetup-luks-libs-1.2.0-11.el6.x86_64
If you can install a more recent version of cryptsetup (>= 1.6.4 I think), the program should compile.
Tested in a VM with latest debian, resolved the issue. I guess it's just Centos's ancient libraries. Cheers.
Hi,
Sorry if this is the wrong place for this, I think it should be here. Having trouble compiling this from source,
System: Linux bigbox 2.6.32-642.1.1.el6.x86_64 #1 SMP Tue May 31 21:57:07 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
I did a standard ./autogen ./configure (which was OK) then make throws out an error:
Can you advise?
Cheers