From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.saout.de ([127.0.0.1]) by localhost (mail.saout.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sika68_3yD26 for ; Sun, 30 Dec 2012 10:03:40 +0100 (CET) Received: from mail-ee0-f53.google.com (mail-ee0-f53.google.com [74.125.83.53]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.saout.de (Postfix) with ESMTPS for ; Sun, 30 Dec 2012 10:03:40 +0100 (CET) Received: by mail-ee0-f53.google.com with SMTP id c50so5915209eek.40 for ; Sun, 30 Dec 2012 01:03:40 -0800 (PST) Message-ID: <50E00369.4020306@gmail.com> Date: Sun, 30 Dec 2012 10:03:37 +0100 From: Milan Broz MIME-Version: 1.0 References: <50DF635C.90003@gmail.com> <20121230083814.GA12005@tansi.org> In-Reply-To: <20121230083814.GA12005@tansi.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] [ANNOUNCE] cryptsetup 1.6.0-rc1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dm-crypt@saout.de On 12/30/2012 09:38 AM, Arno Wagner wrote: > Hmm. Fails to build because it does not find linux/if_alg.h > This is on Debian with a self-compiled 3.4.19. I suspect > some link to the kernel-headers is missing. Can anybody tell > me what I should link where? Kernel dir is linked to /usr/src/linux > as traditional. Hm. Ok this will need to add test for this, that should not fail to compile (despite you cannot use new features then). if_alg is (new) kernel header, so it comes with kernel-headers. Thanks for report, That's exactly why we have RC1... Milan