[OpenAFS] building openafs-modules on debian
david l goodrich
dlg@dsrw.org
Sun, 27 Jun 2010 22:18:35 -0500
It exists:
# cat /usr/src/linux-headers-2.6.34-linode26/include/config/kernel.release
2.6.34-linode26
#
But I don't know what that means for me. Use 1.4.12? Use an older
kernel? Curl up in a ball and sob uncontrollably?
David
On 6/27/10 10:13 PM, Russ Allbery wrote:
> david l goodrich<dlg@dsrw.org> writes:
>
>> Note the "ERROR: no kernel version
>> (/usr/src/linux-headers-2.6.34-linode26/include/linux/version.h not
>> found?)"
>
>> what's especially strange about this is that the file exists:
>
>> # cat /usr/src/linux-headers-2.6.34-linode26/include/linux/version.h
>> #define LINUX_VERSION_CODE 132642
>> #define KERNEL_VERSION(a,b,c) (((a)<< 16) + ((b)<< 8) + (c))
>
> Yeah, none of that version information is usable. The usable version
> information has moved to include/config/kernel.release in recent kernels,
> which is what's probably missing.
>