I am unable to install apt-get install kernel-headers-2.6.8-

I need to install and configure asterisk on debian

I download and install debian sarge 3.1 kernel 2.6

I download zaptel-1.2.16.tar.gz
zaptel-1.2.16.tar.gz
libpri-1.2.4.tar.gz
asterisk-addons-1.2.5.tar.gz
asterisk-1.2.17.tar.gz

I am unable to install kernel-headers with this command
apt-get install kernel-headers-2.6.8-2-386
he don’t see the package

please help me how can I do ?

thanks

aptitude search linux kernel | grep headers

it tells me there is virtual package linux-headers, and bunch of packages (depending on arch)

p.s. why sarge, not etch?

Refer the url asteriskguru.org, it may help you.

Thanks,
Suresh

apt-get install linux-headers
but befor apt-cache search linux-headers

or
aptitude then
/
then linux-headers
then choose your version then >>happy
if mount cdrom problem, mount cdrom;) or cd /etc/apt/sources.list comment line with #deb - cdrom ###### ect…

try the procedure again >>>happy