On 11/20/2013 05:44 PM, shmick@xxxxxxxxxx wrote: > ./configure --with-crypto_backend=openssl --enable-dev-random > > cryptsetup benchmark > > # Tests are approximate using memory only (no storage IO). > cryptsetup: relocation error: cryptsetup: symbol crypt_benchmark_kdf, > version CRYPTSETUP_1.0 not defined in file libcryptsetup.so.4 with link > time reference You are compiling own version, but code apparently tries to load old libryptsetup library from system. (And it seems I did lib versioning wrong here ...) Either try to run src/cryptsetup (libtool wrapper should provide proper paths) or override library path using LD_LIBRARY_PATH. (it should point to src/lib/.libs or so) (Or if you installed compiled version, be sure it overwrites old libcryptsetup.) Milan _______________________________________________ dm-crypt mailing list dm-crypt@xxxxxxxx http://www.saout.de/mailman/listinfo/dm-crypt