Geli and EVP_camellia_256_cbc
Ivan Voras
ivoras at freebsd.org
Wed Jun 10 09:12:11 UTC 2009
Ari Sovijärvi wrote:
> Hi folks.
>
> I tried to set up an encypted swap partition with Geli as described in
> the handbook. However, during the reboot, the encswap-script caused the
> following error:
>
> geli: Cannot open library: /lib/geom/geom_eli.so: Undefined symbol
> "EVP_camellia_256_cbc".
>
> The system is:
> FreeBSD 7.2-RELEASE (RAINFALL) #0: Tue Jun 9 15:31:12 EEST 2009 sparc64
>
> I originally ran into this problem with 7.1, and I upgraded to 7.2 today
> to see if the problem was fixed in that.
>
> TIA for any clues for solving this one :)
Possibly your world is not in sync.
/usr/lib> strings libssl.so | grep EVP
EVP_des_cbc
EVP_add_cipher
EVP_des_ede3_cbc
EVP_rc4
EVP_rc2_cbc
EVP_aes_128_cbc
EVP_aes_192_cbc
EVP_aes_256_cbc
EVP_camellia_128_cbc
EVP_camellia_256_cbc
More information about the freebsd-geom
mailing list