When attempting to compile my custom Linux kernel, the sudo make modules_install
command failed, resulting in the following errors:
INSTALL /lib/modules/5.14.0-rc7+/kernel/arch/x86/crypto/blake2s-x86_64.ko
SIGN /lib/modules/5.14.0-rc7+/kernel/arch/x86/crypto/blake2s-x86_64.ko
At main.c:160:
- SSL error:FFFFFFFF80000002:system library::No such file or directory: crypto/bio/bss_file.c:67
- SSL error:10000080:BIO routines::no such file: crypto/bio/bss_file.c:75
sign-file: : No such file or directory
make[1]: *** [scripts/Makefile.modinst:83: /lib/modules/5.14.0-rc7+/kernel/arch/x86/crypto/blake2s-x86_64.ko] Error 1
make[1]: *** Deleting file '/lib/modules/5.14.0-rc7+/kernel/arch/x86/crypto/blake2s-x86_64.ko'
make: *** [Makefile:1777: modules_install] Error 2
How can I overcome this issue?
I also tried to compile the latest version (6.X) and also 5.1X. Thank you all.