bwalex / tc-play

Free and simple TrueCrypt/VeraCrypt Implementation based on dm-crypt
BSD 2-Clause "Simplified" License
551 stars 56 forks source link

Kubuntu 10.04 opensslo and gcrypt too old? #46

Closed ouboub closed 11 years ago

ouboub commented 11 years ago

Hi

I tried to compile first with the make command: I had to install libdevmapper-dev uuid-dev libssl-dev (vs 09.8) but make failed with: pbkdf2-openssl.o: In function pbkdf2': pbkdf2-openssl.c:(.text+0x5e): undefined reference toPKCS5_PBKDF2_HMAC' collect2: ld returned 1 exit status make: *\ [tcplay] Error 1 then i tried out cmake and obtained -- checking for module 'openssl>=1.0.0a' -- package 'openssl>=1.0.0a' not found

so this looks bad, any change to get it to work, for openssl version <1?

thanks

Uwe Brauer

bwalex commented 11 years ago

If neither your openssl nor your gcrypt have a pbkdf2 function, I'm afraid you are out of luck. I don't want to implement a pbkdf2 function just to get an outdated and unsupported distro to work. Sorry.