15 Nov
2022
15 Nov
'22
12:18 p.m.
Genes Lists <lists@sapience.com> wrote:
Hi u34
I don't have a problem with any of my kernel builds including 6.0.8 and 6.1 git head.
Can you run ldd on sign-file and check its up to date? Here's my build:
$ ldd scripts/sign-file linux-vdso.so.1 (0x00007fffa08ed000) libcrypto.so.3 => /usr/lib/libcrypto.so.3 (0x00007fe7b7c00000) libc.so.6 => /usr/lib/libc.so.6 (0x00007fe7b7a19000) /lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2
libcrypto above is openssl 3.0.7.
I suggest you do a clean build (make clean / git -fddx).
gene
Hello, Indeed. make clean solved that. Thank you. -- u34