Discussion forums for Arch Linux, a simple, lightweight linux distribution.
You are not logged in.
Hi,
maybe i am missing the point here, but I just did a fresh FTP install of Arch i686 with kernel 2.6.29 and xorg-server 1.6. What got my attention is that the install pulls in kernel-headers 2.6.27 even when installing the .29 kernel. Is this correct and if so what if any is the reason for this discrepancy. The system is running fine though, i was just curious why this was being installed.
bash-3.2# sudo pacman -Ss kernel|grep headers
core/kernel-headers 2.6.27.6-2 (base)
Kernel headers sanitized for use in userspacestefan
Offline
The kernel-headers package is meant to contain the version of the headers glibc was built against, so you can compile things that use kernel headers properly and have them link right against the rest of the userland. It won't normally match the actual kernel version.
Offline