From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753816AbbINCUg (ORCPT ); Sun, 13 Sep 2015 22:20:36 -0400 Received: from cn.fujitsu.com ([59.151.112.132]:1845 "EHLO heian.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1752698AbbINCUe (ORCPT ); Sun, 13 Sep 2015 22:20:34 -0400 X-IronPort-AV: E=Sophos;i="5.15,520,1432569600"; d="scan'208";a="100667371" Message-ID: <55F62D77.5040508@cn.fujitsu.com> Date: Mon, 14 Sep 2015 10:14:15 +0800 From: Dongsheng Yang User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Davidlohr Bueso , Vinson Lee CC: David Howells , David Woodhouse , "Luis R. Rodriguez" , Mimi Zohar , Marcel Holtmann , LKML Subject: Re: Linux 4.3-rc1 build error on CentOS 5.11 "scripts/sign-file.c:23:25: fatal error: openssl/cms.h: No such file or directory" References: <20150911232232.GE19736@linux-q0g1.site> In-Reply-To: <20150911232232.GE19736@linux-q0g1.site> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.167.226.66] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/12/2015 07:22 AM, Davidlohr Bueso wrote: > On Fri, 11 Sep 2015, Vinson Lee wrote: > >> Hi. >> >> With the latest Linux 4.3-rc1, I am hitting this build error on CentOS >> 5.11. >> >> HOSTCC scripts/sign-file >> scripts/sign-file.c:23:25: fatal error: openssl/cms.h: No such file or >> directory >> #include > > fwiw/rant, I have run into kernel build issues recently due to lack of > openssl libs. > The solution is trivial, in my case just intalling my distros openssl-devel > package, Even I install-ed the openssl-devel, I can compile it but I met a problem in `make modules_install` At main.c:178: - SSL error:02001002:system library:fopen:No such file or directory: bss_file.c:169 - SSL error:2006D080:BIO routines:BIO_new_file:no such file: bss_file.c:172 sign-file: : No such file or directory > but this will probably break things for more people. And this > is with default > configs... annoying. > > Thanks, > Davidlohr > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ > . >