From owner-freebsd-geom@FreeBSD.ORG Tue Jun 9 19:45:55 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 B80E31065672 for ; Tue, 9 Jun 2009 19:45:55 +0000 (UTC) (envelope-from listat@apz.fi) Received: from basestar1.apz.fi (basestar1.apz.fi [62.237.4.40]) by mx1.freebsd.org (Postfix) with ESMTP id 73B658FC12 for ; Tue, 9 Jun 2009 19:45:55 +0000 (UTC) (envelope-from listat@apz.fi) Received: from localhost (localhost [127.0.0.1]) by basestar1.apz.fi (Postfix) with ESMTP id 14810272C2A for ; Tue, 9 Jun 2009 22:27:05 +0300 (EEST) X-Virus-Scanned: by amavisd-new at basestar1. Got none of those nasty buggers! Received: from basestar1.apz.fi ([127.0.0.1]) by localhost (basestar1.apz.fi [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZqfXY7fX3dTM for ; Tue, 9 Jun 2009 22:27:00 +0300 (EEST) Received: from [214.1.1.1] (adsl-109-212-210.kymp.net [77.109.212.210]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by basestar1.apz.fi (Postfix) with ESMTPSA id 22D65272C26 for ; Tue, 9 Jun 2009 22:27:00 +0300 (EEST) Message-ID: <4A2EB780.2020607@apz.fi> Date: Tue, 09 Jun 2009 22:26:56 +0300 From: =?ISO-8859-1?Q?Ari_Sovij=E4rvi?= User-Agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103) MIME-Version: 1.0 To: freebsd-geom@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: 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: Tue, 09 Jun 2009 19:45:56 -0000 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 :) -- Ari Sovijärvi