Kernel Version 4.6.3 - build error
Has anyone seen this problem when building 4.6.3? Mike KB2GHZ * HOSTCC scripts/recordmcount HOSTCC scripts/sortextable HOSTCC scripts/asn1_compiler HOSTCC scripts/sign-filescripts/sign-file.c:25:30: fatal error: openssl/opensslv.h: No such file or directory #include <openssl/opensslv.h> ^compilation terminated.make[1]: *** [scripts/sign-file] Error 1make: *** [scripts] Error 2real 0m13.452suser 0m8.704ssys 0m5.631s*
On 02 Jul, Michael McCann wrote:
Has anyone seen this problem when building 4.6.3?
Mike KB2GHZ
* HOSTCC scripts/recordmcount HOSTCC scripts/sortextable HOSTCC scripts/asn1_compiler HOSTCC scripts/sign-filescripts/sign-file.c:25:30: fatal error: openssl/opensslv.h: No such file or directory #include <openssl/opensslv.h> ^compilation terminated.make[1]: *** [scripts/sign-file] Error 1make: *** [scripts] Error 2real 0m13.452suser 0m8.704ssys 0m5.631s*
Hi Mike, developer package for OpenSSL isn't installed on your machine. If you are on Debian-based distro, 'apt-get install libssl-dev' will fix your problem. -- Best regards, Andrey Skvortsov
Thank you, problem solved! On Sat, Jul 2, 2016 at 3:38 PM, Andrey Skvortsov <andrej.skvortzov@gmail.com
wrote:
On 02 Jul, Michael McCann wrote:
Has anyone seen this problem when building 4.6.3?
Mike KB2GHZ
* HOSTCC scripts/recordmcount HOSTCC scripts/sortextable HOSTCC scripts/asn1_compiler HOSTCC scripts/sign-filescripts/sign-file.c:25:30: fatal error: openssl/opensslv.h: No such file or directory #include <openssl/opensslv.h> ^compilation terminated.make[1]: *** [scripts/sign-file] Error 1make: *** [scripts] Error 2real 0m13.452suser 0m8.704ssys 0m5.631s*
Hi Mike, developer package for OpenSSL isn't installed on your machine. If you are on Debian-based distro, 'apt-get install libssl-dev' will fix your problem.
-- Best regards, Andrey Skvortsov
participants (2)
-
Andrey Skvortsov -
Michael McCann