compilation linux kernel openssl/opensslv.h error
问题 I am trying to compile a Linux kernel without selecting the TCP/IP protocol in menuconfig but I face this error when I try to compile: scripts/sign-file.c:25:30: fatal error: openssl/opensslv.h: No such file or directory To compile I use this command: fakeroot make-kpkg --initrd --append-to-version=-custom kernel_image kernel_headers I'm working with linux-4.10.1's kernel 回答1: As make-kpkg is a Debian-specific tool, I assume you are using a Debian distribution; you mentioned it is Ubuntu. It