[asterisk-users] Compiling Zaptel 1.4.0 on SuSE 10.0

mike at csits.net mike at csits.net
Thu Dec 28 17:24:34 MST 2006


Folks,

I have been trying to install Zaptel 1.4.0 on my SuSE 10.0 box with kernel
2.6.13-15.12.  I have installed the kernel sources and run "make
cloneconfig" and "make prepare".  I have run ./configure but make linux26
is failing with the following error:

hawk:/tmp/zaptel-1.4.0 # make linux26
make[1]: Entering directory `/tmp/zaptel-1.4.0/menuselect'
make[2]: Entering directory `/tmp/zaptel-1.4.0/menuselect'
make[2]: `menuselect' is up to date.
make[2]: Leaving directory `/tmp/zaptel-1.4.0/menuselect'
make[1]: Leaving directory `/tmp/zaptel-1.4.0/menuselect'
make -C /usr/src/linux SUBDIRS=/tmp/zaptel-1.4.0 modules
make[1]: Entering directory `/usr/src/linux-2.6.13-15'
  CC [M]  /tmp/zaptel-1.4.0/ztdummy.o
/tmp/zaptel-1.4.0/ztdummy.c: In function âztdummy_rtc_interruptâ:
/tmp/zaptel-1.4.0/ztdummy.c:158: error: implicit declaration of function
âtasklet_hi_scheduleâ
/tmp/zaptel-1.4.0/ztdummy.c: In function âinit_moduleâ:
/tmp/zaptel-1.4.0/ztdummy.c:275: error: implicit declaration of function
âtasklet_initâ
/tmp/zaptel-1.4.0/ztdummy.c: In function âcleanup_moduleâ:
/tmp/zaptel-1.4.0/ztdummy.c:315: error: implicit declaration of function
âtasklet_disableâ
/tmp/zaptel-1.4.0/ztdummy.c:316: error: implicit declaration of function
âtasklet_killâ
make[2]: *** [/tmp/zaptel-1.4.0/ztdummy.o] Error 1
make[1]: *** [_module_/tmp/zaptel-1.4.0] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.13-15'
make: *** [linux26] Error 2
hawk:/tmp/zaptel-1.4.0 #

As far as I can tell, it's trying to use functions from softirq.h? 
softirq was apparently removed from the kernel in 2.6.8, though I might be
barking up the wrong tree here.  I can't seem to find anything on google
to suggest what the problem may be.  I have been looking through
installation guides but can't see anything I've missed.

Does anyone have any idea what may cause this?

Thanks,
Mike.


More information about the asterisk-users mailing list