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?
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.
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 to
PKCS5_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 foundso this looks bad, any change to get it to work, for openssl version <1?
thanks
Uwe Brauer