Asterisk and SUSE 10.1__Installation problem

Hi,

I have try to install Asterisk in SUSE 10.1. When I install the Zaptel Version 1.2.5, during the make. there is some error. Here it is:

make -C /lib/modules/2.6.16-8-default/build SUBDIRS=/usr/src/zaptel-1.2.5 XPPMOD= modules
make[1]: Entering directory /usr/src/linux-2.6.16-8-obj/i386/default' make[1]: *** No rule to make targetmodules’. Stop.
make[1]: Leaving directory `/usr/src/linux-2.6.16-8-obj/i386/default’
make: *** [linux26] Error 2

I had successfully install asterisk in SUSE 9.0 and SUSEB 9.3 there is no problem at all. But this time it seems there is something wrong with the kernel… Can someone give me some hits?

This is typically the message given when there are no kernel source files installed. Make sure you have the kernel-source package installed. If you have it installed already, try updating the package through Yast. Sometimes after kernel updates this package needs to be updated.

Dan