July 2, 2016
7:38 p.m.
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