[OpenAFS] building openafs-modules on debian
Russ Allbery
rra@stanford.edu
Sun, 27 Jun 2010 20:13:49 -0700
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.
--
Russ Allbery (rra@stanford.edu) <http://www.eyrie.org/~eagle/>