Is this a bug in Zaptel configs. I have this message in Suse 10.0, and I had a similar message in Centos that the source files could not be found. Please shed some light on this. /lib/modules/2.6.13-15-default/build make -C /lib/modules/2.6.13-15-default/build SUBDIRS=/root/zaptel-1.2.0 modules make[1]: Entering directory `/usr/src/linux-2.6.13-15-obj/i386/default' make[1]: *** No rule to make target `modules'. Stop. make[1]: Leaving directory `/usr/src/linux-2.6.13-15-obj/i386/default' make: *** [linux26] Error 2 asterisk:~/zaptel-1.2.0 # -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051118/0d357e06/attachment.htm
It looks like you do not have the kernel source files installed. To install them in Suse, run 'yast', goto 'Install Software', and search for 'kernel-source'. Zaptel needs these files to compile since it is building modules for your specific kernel. Here you can see make going into the kernel source directory, and erroring because there are not source files available.> make[1]: Entering directory `/usr/src/linux-2.6.13-15-obj/i386/default' > > make[1]: *** No rule to make target `modules'. Stop. > > make[1]: Leaving directory `/usr/src/linux-2.6.13-15-obj/i386/default' >good luck, Dan