I have RedHat Enterprise Linux Server 7, and I downloaded the linux kernel version 4.12.10 which I am trying to compile but when I execute the following command:
make modules
I get the following error:
scripts/sign-file.c:25:30: fatal error: openssl/opensslv.h: No such file or directory
Does anyone have an idea to fix this please ?
On CYGwin, you can install this as a typical package in the first screen. Look for
libssl-devel
For Alpine Linux:
To fix this problem, you have to install OpenSSL development package, which is available in standard repositories of all modern Linux distributions.
To install OpenSSL development package on Debian, Ubuntu or their derivatives:
To install OpenSSL development package on Fedora, CentOS or RHEL:
see this link for more informations
Edit : As @isapir has pointed out, for Fedora version>=22 use the DNF package manager :