Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jun 2009 11:12:06 +0200
From:      Ivan Voras <ivoras@freebsd.org>
To:        freebsd-geom@freebsd.org
Subject:   Re: Geli and EVP_camellia_256_cbc
Message-ID:  <h0ntcr$m1v$1@ger.gmane.org>
In-Reply-To: <4A2EB780.2020607@apz.fi>
References:  <4A2EB780.2020607@apz.fi>

next in thread | previous in thread | raw e-mail | index | archive | help

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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?h0ntcr$m1v$1>