Bonjour
Je galere comme un malade
Lors de la tentative de compilation de zaptel sur ma debian j'ai le message suivant:
Code :
- asterisk:/usr/src/zaptel# make linux26
- cc -I. -O4 -g -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -c -o gendigits.o gendigits.c
- cc -o gendigits gendigits.o -lm
- ./gendigits
- cc -I. -O4 -g -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA -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
- ZAPTELVERSION="1.2.5" build_tools/make_version_h > version.h.tmp
- if cmp -s version.h.tmp version.h ; then echo; else \
- mv version.h.tmp version.h ; \
- fi
- rm -f version.h.tmp
- cc -I. -O4 -g -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -c -o ztcfg.o ztcfg.c
- cc -c -fPIC -I. -O4 -g -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -DBUILDING_TONEZONE -o zonedata.lo zonedata.c
- cc -c -fPIC -I. -O4 -g -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -DBUILDING_TONEZONE -o tonezone.lo tonezone.c
- ar rcs libtonezone.a zonedata.lo tonezone.lo
- cc -o ztcfg ztcfg.o libtonezone.a -lm
- cc -I. -O4 -g -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -c -o torisatool.o torisatool.c
- cc -o torisatool torisatool.o
- cc -I. -O4 -g -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA -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 -I. -O4 -g -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -c -o zttool.o zttool.c
- cc -o zttool zttool.o -lnewt
- cc -I. -O4 -g -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" zttest.c -o zttest
- cc -I. -O4 -g -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -c -o fxotune.o fxotune.c
- cc -o fxotune fxotune.o -lm
- You do not appear to have the sources for the 2.6.8-2-386 kernel installed.
- make: *** [linux26] Erreur 1
|
apparement les sources du kernel ne se trouvent pas sur mon serveur (zaptel en a besoin dans /usr/src/)
Comment remedier a ce souci??
(je comprend pas comment ce kernel a pu s'installer sans etre compile a un endroit ou a un autre d'ailleurs)