Courtney Thomas <[EMAIL PROTECTED]> writes: > Goodday ! > > How do you "install the headers from the debian package that corresponds > to your running kernel" ? > > Pardon my ignorance but I've no knowledge of such. A URL, if nothing > else, would be appreciated. >
Try installing the kernel-headers-x.x.x package where x.x.x is the version of your kernel (for you, that would probably be apt-get install kernel-headers-2.2.19). Don't know what you're running, exactly, but you should probably be able to find the right package in this list (run a dpkg -l kernel-image to get the exact package name): http://packages.debian.org/cgi-bin/search_packages.pl?keywords=kernel-header&searchon=names&subword=1&version=all&release=all HTH