Re: 1.6.2 - waiting for zero, luksFormat hung

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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




[Index of Archives]     [Device Mapper Devel]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Packaging]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux