Zaptel error (make linux26 erro 1)(SOLVED)

I’m using zaptel 1.2.11 asterisk 1.2.13 while compaling zaptel I get linux26 error, you do not seem to have 2.6.9-42.ELsmp sources installed.
I have tried yum update kernel kernel-devel and it can’t find a match.

Operating system is CentOS 4.4 final release

Thank you.

I had this happend once before and had excellent advice form ironhelix. This time being new to linux I did not realized that the kernel had an smp extension. When this issue happens kernel-devel must be updated with

yum update kerenel kernel-devel <- It will update both your kernel and its sources

yum update kernel-smp kernel-smp-devel <- It will update both your kernel and its sources

My two cents for the newbies behind me. :smile: