Recompiling Linux Kernel
by MaherFakhour from LinuxQuestions.org on (#5QH88)
Hello,
I've installed the linux kernel(linux-5.14.9) on kali and unzipped the file, but when I try to configure the kernel with the command "make menuconfig" in the source code directory, I have the following error:
Quote:
what should I do ?
I've installed the linux kernel(linux-5.14.9) on kali and unzipped the file, but when I try to configure the kernel with the command "make menuconfig" in the source code directory, I have the following error:
Quote:
root@kali:~/kernel/linux-5.14.9# make menuconfig YACC scripts/kconfig/parser.tab.[ch] bison: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by bison) make[1]: *** [scripts/Makefile.host:17: scripts/kconfig/parser.tab.h] Error 1 make: *** [Makefile:630: menuconfig] Error 2 |