Zaptel installation problem , x100p FXO PCI card

Hi
i installed asterisk 1.2.6 and can resgiter/make calls succesfuly using soft sip phones. now i want to use ZAP channel for making making calls to PSTN.i have got x100p FXO card. it requires zaptel installation
when i try to install zaptel -1.2.15, get following error , any pointer ??
it doesnt find any rule to make target software . what is targer 'software’
i am using fedora core 4

Thanx
ars

[root@asterisk-osama zaptel-1.2.15]# uname -a
Linux asterisk-osama 2.6.11-1.1369_FC4smp #1 SMP Thu Jun 2 23:08:39 EDT 2005 i686 i686 i386 GNU/Linux
[root@asterisk-osama zaptel-1.2.15]#

[root@asterisk-osama Asterisk software resources]# ls
asterisk-1.2.16 asterisk-addons-1.2.5 asterisk-sounds-1.2.1 libpri-1.2.4 zaptel-1.2.15
asterisk-1.2.16.tar.gz asterisk-addons-1.2.5.tar.gz asterisk-sounds-1.2.1.tar.gz libpri-1.2.4.tar.gz zaptel-1.2.15.tar.gz
[root@asterisk-osama Asterisk software resources]# cd zaptel-1.2.15
[root@asterisk-osama zaptel-1.2.15]#
[root@asterisk-osama zaptel-1.2.15]#
[root@asterisk-osama zaptel-1.2.15]# make cleanrm -f torisatool makefw tor2fw.h radfw.h
rm -f ztcfg torisatool makefw ztmonitor ztspeed zttest fxotune zttool
rm -f patgen pattest patlooptest hdlcstress hdlctest hdlcgen hdlcverify timertest
rm -f *.o ztcfg tzdriver sethdlc sethdlc-new
rm -f zonedata.lo tonezone.lo libtonezone.so *.lo
make -C /lib/modules/2.6.11-1.1369_FC4smp/build SUBDIRS=/opt/SIP-Resources/Asterisk software resources/zaptel-1.2.15 clean
make[1]: Entering directory /usr/src/kernels/2.6.11-1.1369_FC4-smp-i686' make[1]: *** No rule to make targetsoftware’. Stop.
make[1]: Leaving directory `/usr/src/kernels/2.6.11-1.1369_FC4-smp-i686’
make: *** [clean] Error 2
[root@asterisk-osama zaptel-1.2.15]# make install
cc -DSTANDALONE_ZAPATA -DBUILDING_TONEZONE -DHOTPLUG_FIRMWARE -I. -O4 -g -Wall -DZAPTEL_CONFIG="/etc/zaptel.conf" -c -o gendigits.o gendigits.c
cc -o gendigits gendigits.o -lm
./gendigits > tones.h
cc -DSTANDALONE_ZAPATA -DBUILDING_TONEZONE -DHOTPLUG_FIRMWARE -I. -O4 -g -Wall -DZAPTEL_CONFIG="/etc/zaptel.conf" makefw.c -o makefw
./makefw tormenta2.rbt tor2fw > tor2fw.h
Loaded 69900 bytes from file
./makefw pciradio.rbt radfw > radfw.h
Loaded 42096 bytes from file

cc -DSTANDALONE_ZAPATA -DBUILDING_TONEZONE -DHOTPLUG_FIRMWARE -I. -O4 -g -Wall -DZAPTEL_CONFIG="/etc/zaptel.conf" -c -o ztcfg.o ztcfg.c
cc -c -fPIC -DSTANDALONE_ZAPATA -DBUILDING_TONEZONE -DHOTPLUG_FIRMWARE -I. -O4 -g -Wall -DBUILDING_TONEZONE -o zonedata.lo zonedata.c
cc -c -fPIC -DSTANDALONE_ZAPATA -DBUILDING_TONEZONE -DHOTPLUG_FIRMWARE -I. -O4 -g -Wall -DBUILDING_TONEZONE -o tonezone.lo tonezone.c
ar rcs libtonezone.a zonedata.lo tonezone.lo
cc -o ztcfg ztcfg.o libtonezone.a -lm
cc -DSTANDALONE_ZAPATA -DBUILDING_TONEZONE -DHOTPLUG_FIRMWARE -I. -O4 -g -Wall -DZAPTEL_CONFIG="/etc/zaptel.conf" -c -o torisatool.o torisatool.c
cc -o torisatool torisatool.o
cc -DSTANDALONE_ZAPATA -DBUILDING_TONEZONE -DHOTPLUG_FIRMWARE -I. -O4 -g -Wall -DZAPTEL_CONFIG="/etc/zaptel.conf" -c -o ztmonitor.o ztmonitor.c
cc -o ztmonitor ztmonitor.o
cc -o ztspeed.o -c ztspeed.c
cc -o ztspeed ztspeed.o
cc -DSTANDALONE_ZAPATA -DBUILDING_TONEZONE -DHOTPLUG_FIRMWARE -I. -O4 -g -Wall -DZAPTEL_CONFIG="/etc/zaptel.conf" zttest.c -o zttest
cc -DSTANDALONE_ZAPATA -DBUILDING_TONEZONE -DHOTPLUG_FIRMWARE -I. -O4 -g -Wall -DZAPTEL_CONFIG="/etc/zaptel.conf" -c -o fxotune.o fxotune.c
cc -o fxotune fxotune.o -lm
cc -DSTANDALONE_ZAPATA -DBUILDING_TONEZONE -DHOTPLUG_FIRMWARE -I. -O4 -g -Wall -DZAPTEL_CONFIG="/etc/zaptel.conf" -c -o zttool.o zttool.c
cc -o zttool zttool.o -lnewt
cc -shared -Wl,-soname,libtonezone.so.1.0 -lm -o libtonezone.so zonedata.lo tonezone.lo
make -C /lib/modules/2.6.11-1.1369_FC4smp/build SUBDIRS=/opt/SIP-Resources/Asterisk software resources/zaptel-1.2.15 HOTPLUG_FIRMWARE=yes modules
make[1]: Entering directory /usr/src/kernels/2.6.11-1.1369_FC4-smp-i686' make[1]: *** No rule to make targetsoftware’. Stop.
make[1]: Leaving directory `/usr/src/kernels/2.6.11-1.1369_FC4-smp-i686’
make: *** [all] Error 2

Why are you trying to install an obsolete, unsupported, version of Asterisk?

“software” refers to a label, or rather missing label, within the Makefile. However, it is probably not worth trying to debug this on anything but current software. In this case, it will probably be one of the kernel Makefiles.

Are you sure you have the kernel devlopment RPM installed properly?