View previous topic :: View next topic |
Author |
Message |
Holdlang
Joined: 05 Nov 2005 Posts: 1
|
Posted: Sat Nov 05, 2005 11:55 am Post subject: glibc install error |
|
|
Ok i have this config:
Kernel 2.4
headers 2.4
when i try to install glibc i get this errormsg:
Code: |
checking installed Linux kernel header files... TOO OLD!
configure: error: GNU libc requires kernel header files from
Linux 2.0.10 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 2.0.10 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.
|
Any idea how can i fix this?
Holdlang |
|
Back to top |
|
 |
sofar

Joined: 11 Aug 2005 Posts: 172
|
Posted: Sat Nov 05, 2005 9:56 pm Post subject: missing kernel headers in /usr/src/linux |
|
|
Check the FAQ - glibc is one of the modules that requires that a compiled source code of the kernel is present in /usr/src/linux . You will have to compile a kernel once at least to get these in order. |
|
Back to top |
|
 |
|