From owner-freebsd-geom@FreeBSD.ORG Wed Jun 10 09:12:11 2009 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 24BB41065673 for ; Wed, 10 Jun 2009 09:12:11 +0000 (UTC) (envelope-from gcubfg-freebsd-geom@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id D573A8FC21 for ; Wed, 10 Jun 2009 09:12:10 +0000 (UTC) (envelope-from gcubfg-freebsd-geom@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MEJqr-0002Sz-3H for freebsd-geom@freebsd.org; Wed, 10 Jun 2009 09:12:09 +0000 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 Jun 2009 09:12:09 +0000 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 Jun 2009 09:12:09 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-geom@freebsd.org From: Ivan Voras Date: Wed, 10 Jun 2009 11:12:06 +0200 Lines: 35 Message-ID: References: <4A2EB780.2020607@apz.fi> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Thunderbird 2.0.0.21 (X11/20090409) In-Reply-To: <4A2EB780.2020607@apz.fi> Sender: news Subject: Re: Geli and EVP_camellia_256_cbc X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2009 09:12:11 -0000 Ari Sovij=C3=A4rvi wrote: > Hi folks. >=20 > 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: >=20 > geli: Cannot open library: /lib/geom/geom_eli.so: Undefined symbol > "EVP_camellia_256_cbc". >=20 > The system is: > FreeBSD 7.2-RELEASE (RAINFALL) #0: Tue Jun 9 15:31:12 EEST 2009 sparc6= 4 >=20 > I originally ran into this problem with 7.1, and I upgraded to 7.2 toda= y > to see if the problem was fixed in that. >=20 > 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