cibi schrieb:
Welche Asteriskversion, was für eine Fehlermeldung?
Evtl fehlt ja auch noch ein Paket, dass der Compiler braucht.
linux:~/asterisk121 # make
build_tools/make_version_h > include/asterisk/version.h.tmp
if cmp -s include/asterisk/version.h.tmp include/asterisk/version.h ; then echo; else \
mv include/asterisk/version.h.tmp include/asterisk/version.h ; \
fi
rm -f include/asterisk/version.h.tmp
if cmp -s .cleancount .lastclean ; then echo ; else \
make clean; cp -f .cleancount .lastclean;\
fi
build_tools/make_defaults_h > defaults.h.tmp
if cmp -s defaults.h.tmp defaults.h ; then echo ; else \
mv defaults.h.tmp defaults.h ; \
fi
rm -f defaults.h.tmp
for x in res channels pbx apps codecs formats agi cdr funcs utils stdtime; do make -C $x depend || exit 1 ; done
make[1]: Entering directory `/root/asterisk121/res'
make[1]: Für das Ziel »depend« ist nichts zu tun.
make[1]: Leaving directory `/root/asterisk121/res'
make[1]: Entering directory `/root/asterisk121/channels'
make[1]: Für das Ziel »depend« ist nichts zu tun.
make[1]: Leaving directory `/root/asterisk121/channels'
make[1]: Entering directory `/root/asterisk121/pbx'
make[1]: Für das Ziel »depend« ist nichts zu tun.
make[1]: Leaving directory `/root/asterisk121/pbx'
/bin/sh: curl-config: command not found
make[1]: Entering directory `/root/asterisk121/apps'
make[1]: Für das Ziel »depend« ist nichts zu tun.
make[1]: Leaving directory `/root/asterisk121/apps'
make[1]: Entering directory `/root/asterisk121/codecs'
make[1]: Für das Ziel »depend« ist nichts zu tun.
make[1]: Leaving directory `/root/asterisk121/codecs'
make[1]: Entering directory `/root/asterisk121/formats'
make[1]: Für das Ziel »depend« ist nichts zu tun.
make[1]: Leaving directory `/root/asterisk121/formats'
make[1]: Entering directory `/root/asterisk121/agi'
make[1]: Für das Ziel »depend« ist nichts zu tun.
make[1]: Leaving directory `/root/asterisk121/agi'
make[1]: Entering directory `/root/asterisk121/cdr'
make[1]: Für das Ziel »depend« ist nichts zu tun.
make[1]: Leaving directory `/root/asterisk121/cdr'
make[1]: Entering directory `/root/asterisk121/funcs'
make[1]: Für das Ziel »depend« ist nichts zu tun.
make[1]: Leaving directory `/root/asterisk121/funcs'
make[1]: Entering directory `/root/asterisk121/utils'
make[1]: Für das Ziel »depend« ist nichts zu tun.
make[1]: Leaving directory `/root/asterisk121/utils'
make[1]: Entering directory `/root/asterisk121/stdtime'
make[1]: Für das Ziel »depend« ist nichts zu tun.
make[1]: Leaving directory `/root/asterisk121/stdtime'
cd editline && unset CFLAGS LIBS && test -f config.h || ./configure
loading cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking host system type... i686-pc-linux-gnu
checking for a BSD compatible install... install
checking for ranlib... ranlib
checking for ar... /usr/bin/ar
checking for tgetent in -ltermcap... no
checking for tgetent in -ltinfo... no
checking for tgetent in -lcurses... no
checking for tgetent in -lncurses... no
configure: error: termcap support not found
make: *** [editline/libedit.a] Fehler 1
linux:~/asterisk121 #
By Olli