0

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.

Itay Avraham
  • 329
  • 1
  • 3
  • 15
  • 2
    Cross-site duplicate: https://askubuntu.com/questions/820883/how-to-resolve-ssl-error-during-make-modules-install-command. You need either create a signing key or disable signing in kernel configuration. – Tsyvarev Jun 30 '23 at 10:14

0 Answers0