Configure: error: GNU libc requires kernel header files from
Linux 3.2.0 or later to be installed before configuring.
The kernel header files are found usually in /usr/include/asm and
/usr/include/linux; make sure these directories use files from
Linux 3.2.0 or later.
This check uses <linux/version.h>, so
make sure that file was built correctly when installing the kernel header
files. To use kernel headers not from /usr/include/linux, use the
configure option –with-headers.
current headers in /usr/include/linux
linux-headers-5.15.0-116-generic
higher than 3.2.0 but nope
even copied to ~/headers and used
../configure –with-headers=~/headers
used full path though not short cut and still too stupid to find the headers and fails.
How can I get this to work or any repo that has a version higher than 2.35 I need at least 2.36 and of course the apt-get install lib6 only install 2.35.
If anyone knows a repo I can add and install a working version I would be grateful just need this stupid thing installed so I can try and install the main software of course I am sure I will just run into another dependencies that is even hard than this one. love the linux software install clusterfuck easter egg hunt.
Apt get packages can be a pain just trying to install the right version but when it comes to compiling code on linux omg it is almost always an insane cluster fuck that takes hours to locate a way to finally figure out it no longer works as everyone worked actively together to break it. lol
Any help getting glibc 2.36 or higher installed would be appreciated. I have tried 2.38 and 2.39 but both will not find the headers that are installed.