Problema con el zaptel

Imagen de monchor

Forums: 

Hola nuevamente, estoy tratando de instalar Asterisk en una pc con una tarjeta x100p, en centos 5.2; al intentar compilar el zaptel me tira este error.

[root@localhost src]# cd zaptel-1.4.12.1/
[root@localhost zaptel-1.4.12.1]# make clean
make[1]: Entering directory `/usr/src/zaptel-1.4.12.1/menuselect'
rm -f menuselect gmenuselect menuselect.o strcompat.o menuselect_curses.o menuselect_stub.o
make[2]: Entering directory `/usr/src/zaptel-1.4.12.1/menuselect/mxml'
/bin/rm -f mxmldoc.o testmxml.o mxml-attr.o mxml-entity.o mxml-file.o mxml-index.o mxml-node.o mxml-search.o mxml-set.o mxml-private.o mxml-string.o libmxml.a mxmldoc doc/mxml.3 doc/mxmldoc.1 testmxml mxml.xml
/bin/rm -f mxmldoc-static libmxml.a
/bin/rm -f *.bck *.bak
/bin/rm -f config.cache config.log config.status config.h
/bin/rm -f -r autom4te*.cache
make[2]: Leaving directory `/usr/src/zaptel-1.4.12.1/menuselect/mxml'
make[1]: Leaving directory `/usr/src/zaptel-1.4.12.1/menuselect'
rm -f torisatool
rm -f fxotune fxstest sethdlc-new ztcfg ztdiag ztmonitor ztspeed zttest ztscan
rm -f *.o ztcfg tzdriver sethdlc sethdlc-new
rm -f libtonezone.so libtonezone.a *.lo
rm -f kernel/*.o kernel/*.ko kernel/*/*.o kernel/*/*.ko
make[1]: Entering directory `/usr/src/zaptel-1.4.12.1/kernel/xpp/utils'
rm -f *.o init_fxo_modes print_modes perlcheck zt_registration.8 xpp_sync.8 lszaptel.8 xpp_blink.8 zapconf.8 zaptel_hardware.8 wctdm_fxomodes.h
make[1]: Leaving directory `/usr/src/zaptel-1.4.12.1/kernel/xpp/utils'
make[1]: Entering directory `/usr/src/zaptel-1.4.12.1/ppp'
rm -f *.o *.so *.a
make[1]: Leaving directory `/usr/src/zaptel-1.4.12.1/ppp'
make -C firmware clean
make[1]: Entering directory `/usr/src/zaptel-1.4.12.1/firmware'
rm -f zaptel-fw-*.o
make[1]: Leaving directory `/usr/src/zaptel-1.4.12.1/firmware'
rm -rf .tmp_versions
rm -f gendigits tones.h
rm -f libtonezone*
rm -f fxotune
rm -f core
rm -f ztcfg-shared fxstest
rm -rf misdn*
rm -rf mISDNuser*
rm -rf doc/fxotune.8.html doc/fxstest.8.html doc/patgen.8.html doc/pattest.8.html doc/torisatool.8.html doc/ztcfg.8.html doc/ztdiag.8.html doc/ztmonitor.8.html doc/ztscan.8.html doc/ztspeed.8.html doc/zttest.8.html doc/zttool.8.html kernel/xpp/utils/fpga_load.8.html kernel/xpp/utils/genzaptelconf.8.html
rm -rf README.html xpp/README.Astribank.html zaptel.conf.asciidoc
[root@localhost zaptel-1.4.12.1]# make
make[1]: Entering directory `/usr/src/zaptel-1.4.12.1/menuselect'
make[2]: Entering directory `/usr/src/zaptel-1.4.12.1/menuselect'
gcc -g -c -D_GNU_SOURCE -Wall -c -o menuselect.o menuselect.c
gcc -g -c -D_GNU_SOURCE -Wall -c -o strcompat.o strcompat.c
gcc -g -c -D_GNU_SOURCE -Wall -c -o menuselect_curses.o menuselect_curses.c
make[3]: Entering directory `/usr/src/zaptel-1.4.12.1/menuselect/mxml'
if test -f config.status; then \
./config.status --recheck; \
./config.status; \
else \
./configure; \
fi
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for ar... /usr/bin/ar
checking for cp... /bin/cp
checking for ln... /bin/ln
checking for mkdir... /bin/mkdir
checking for nroff... /usr/bin/nroff
checking for rm... /bin/rm
checking for strdup... yes
checking for vsnprintf... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating mxml.list
config.status: creating mxml.pc
config.status: creating config.h
touch config.h
gcc -O -Wall -O -Wall -O -Wall -O -Wall -O -Wall -O -Wall -O -Wall -c mxml-attr.c
gcc -O -Wall -O -Wall -O -Wall -O -Wall -O -Wall -O -Wall -O -Wall -c mxml-entity.c
gcc -O -Wall -O -Wall -O -Wall -O -Wall -O -Wall -O -Wall -O -Wall -c mxml-file.c
gcc -O -Wall -O -Wall -O -Wall -O -Wall -O -Wall -O -Wall -O -Wall -c mxml-index.c
gcc -O -Wall -O -Wall -O -Wall -O -Wall -O -Wall -O -Wall -O -Wall -c mxml-node.c
gcc -O -Wall -O -Wall -O -Wall -O -Wall -O -Wall -O -Wall -O -Wall -c mxml-search.c
gcc -O -Wall -O -Wall -O -Wall -O -Wall -O -Wall -O -Wall -O -Wall -c mxml-set.c
gcc -O -Wall -O -Wall -O -Wall -O -Wall -O -Wall -O -Wall -O -Wall -c mxml-private.c
gcc -O -Wall -O -Wall -O -Wall -O -Wall -O -Wall -O -Wall -O -Wall -c mxml-string.c
/bin/rm -f libmxml.a
/usr/bin/ar crvs libmxml.a mxml-attr.o mxml-entity.o mxml-file.o mxml-index.o mxml-node.o mxml-search.o mxml-set.o mxml-private.o mxml-string.o
a - mxml-attr.o
a - mxml-entity.o
a - mxml-file.o
a - mxml-index.o
a - mxml-node.o
a - mxml-search.o
a - mxml-set.o
a - mxml-private.o
a - mxml-string.o
ranlib libmxml.a
make[3]: Leaving directory `/usr/src/zaptel-1.4.12.1/menuselect/mxml'
gcc -o menuselect menuselect.o strcompat.o menuselect_curses.o mxml/libmxml.a mxml/libmxml.a -lncurses
make[2]: Leaving directory `/usr/src/zaptel-1.4.12.1/menuselect'
make[1]: Leaving directory `/usr/src/zaptel-1.4.12.1/menuselect'
make[1]: Entering directory `/usr/src/zaptel-1.4.12.1'
echo "You do not appear to have the sources for the 2.6.18-92.el5 kernel installed."
You do not appear to have the sources for the 2.6.18-92.el5 kernel installed.
exit 1
make[1]: *** [modules] Error 1
make[1]: Leaving directory `/usr/src/zaptel-1.4.12.1'
make: *** [all] Error 2

Alguna ayudita :? ? Gracias. :)