【发布时间】:2018-09-14 03:08:39
【问题描述】:
我正在尝试编译 Linux 内核,但未在 menuconfig 中选择 TCP/IP 协议,但在尝试编译时遇到此错误:
scripts/sign-file.c:25:30: 致命错误: openssl/opensslv.h: No such 文件或目录
要编译,我使用这个命令:
fakeroot make-kpkg --initrd --append-to-version=-custom kernel_image kernel_headers
我正在使用 linux-4.10.1 的内核
【问题讨论】:
标签: linux compilation linux-kernel kernel