Am Di., 15. Nov. 2022 um 12:18 Uhr schrieb <u...@net9.ga>:
>
> I have the follwoing while trying to make a custom 6.0.8-arch1 linux kernel:
>
>     Installing modules...
>       INSTALL kernel/arch/x86/crypto/aesni-intel.ko
>       STRIP   kernel/arch/x86/crypto/aesni-intel.ko
>       SIGN    kernel/arch/x86/crypto/aesni-intel.ko
>     scripts/sign-file: error while loading shared libraries: 
> libcrypto.so.1.1: cannot open shared object file: No such file or directory
>     make[1]: *** [scripts/Makefile.modinst:83: 
> kernel/arch/x86/crypto/aesni-intel.ko] Error 127
>     make[1]: *** Deleting file 'kernel/arch/x86/crypto/aesni-intel.ko'
>     make: *** [Makefile:1777: modules_install] Error 2
>     ==> ERROR: A failure occurred in package_linux-custom().
>         Aborting...
>
> Indeed libcrypto.so.1.1 is from openssl 1.1, and there was a switch to
> openssl 3.0 at the beginning of November 2022.

Maybe installing ``openssl-1.1`` (this is the *package name*) might
help troubleshoot your problem.  The current version of
``openssl-1.1`` is ``1.1.1.s-2``, so the complete package name runs
``openssl-1.1-1.1.1.s-2``.

HTH
Friedrich

Reply via email to