* mit Suse

MC ASUS

Neuer User
Mitglied seit
28 Aug 2006
Beiträge
7
Punkte für Reaktionen
0
Punkte
0
Hallo zusammen,

weiß jemand ob * auch mit Suse Enterprise Server 9 funzt.

Ich Frage dies des halb da ich es bisher mit keiner Anleitung zum laufen bekommen habe.
 
Habe es leider mit SLES noch nicht testen koennen, mit Suse 9.2/3 und 10.0/1 gibt es aber keine Probleme. Ich behaupte aber mal, dass es funktioniert. Was kommen den fuer Fehlermeldungen?

mfg Guard-X
 
Aw

inux:~ # cd /root/asterisk-1.2.11


linux:~/asterisk-1.2.11 # make clean
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
for x in res channels pbx apps codecs formats agi cdr funcs utils stdtime; do make -C $x clean || exit 1 ; done
make[1]: Entering directory `/root/asterisk-1.2.11/res'
rm -f *.so *.o .depend
make[1]: Leaving directory `/root/asterisk-1.2.11/res'
make[1]: Entering directory `/root/asterisk-1.2.11/channels'
rm -f *.so *.o .depend
rm -f busy.h ringtone.h gentone gentone-ulaw
make[1]: Leaving directory `/root/asterisk-1.2.11/channels'
make[1]: Entering directory `/root/asterisk-1.2.11/pbx'
rm -f *.so *.o .depend
make[1]: Leaving directory `/root/asterisk-1.2.11/pbx'
/bin/sh: line 1: curl-config: command not found
make[1]: Entering directory `/root/asterisk-1.2.11/apps'
rm -f *.so *.o .depend
make[1]: Leaving directory `/root/asterisk-1.2.11/apps'
make[1]: Entering directory `/root/asterisk-1.2.11/codecs'
rm -f *.so *.o .depend
[ ! -d g723.1 ] || make -C g723.1 clean
[ ! -d g723.1b ] || make -C g723.1b clean
make -C gsm clean
make[2]: Entering directory `/root/asterisk-1.2.11/codecs/gsm'
rm -f */*.o \
./tst/lin2cod ./tst/lin2txt \
./tst/cod2lin ./tst/cod2txt \
./tst/gsm2cod \
./tst/*.*.*
find . \( -name core -o -name foo \) \
-print | xargs rm -f
rm -f ./lib/libgsm.a ./add-test/add \
./bin/toast ./bin/tcat ./bin/untoast \
./gsm-1.0.tar.Z
rm -rf lib
make[2]: Leaving directory `/root/asterisk-1.2.11/codecs/gsm'
make -C lpc10 clean
make[2]: Entering directory `/root/asterisk-1.2.11/codecs/lpc10'
rm -f *.o ./liblpc10.a
make[2]: Leaving directory `/root/asterisk-1.2.11/codecs/lpc10'
make -C ilbc clean
make[2]: Entering directory `/root/asterisk-1.2.11/codecs/ilbc'
rm -f libilbc.a *.o
make[2]: Leaving directory `/root/asterisk-1.2.11/codecs/ilbc'
make[1]: Leaving directory `/root/asterisk-1.2.11/codecs'
make[1]: Entering directory `/root/asterisk-1.2.11/formats'
rm -f *.so *.o .depend
make[1]: Leaving directory `/root/asterisk-1.2.11/formats'
make[1]: Entering directory `/root/asterisk-1.2.11/agi'
rm -f *.so *.o look .depend eagi-test eagi-sphinx-test
make[1]: Leaving directory `/root/asterisk-1.2.11/agi'
make[1]: Entering directory `/root/asterisk-1.2.11/cdr'
rm -f *.so *.o .depend
make[1]: Leaving directory `/root/asterisk-1.2.11/cdr'
make[1]: Entering directory `/root/asterisk-1.2.11/funcs'
rm -f *.so *.o .depend pbx_functions.h
make[1]: Leaving directory `/root/asterisk-1.2.11/funcs'
make[1]: Entering directory `/root/asterisk-1.2.11/utils'
rm -f *.o astman smsq stereorize streamplayer check_expr .depend
rm -f ast_expr2.o ast_expr2f.o
make[1]: Leaving directory `/root/asterisk-1.2.11/utils'
make[1]: Entering directory `/root/asterisk-1.2.11/stdtime'
rm -f libtime.a *.o test .depend
make[1]: Leaving directory `/root/asterisk-1.2.11/stdtime'
rm -f *.o *.so asterisk .depend
rm -f defaults.h
rm -f include/asterisk/build.h
rm -f include/asterisk/version.h
rm -f .tags-depend .tags-sources tags TAGS
make -C db1-ast clean
make[1]: Entering directory `/root/asterisk-1.2.11/db1-ast'
rm -f libdb1.a libdb.so.2 hash.o hash_bigkey.o hash_buf.o hash_func.o hash_log2.o hash_page.o ndbm.o bt_close.o bt_conv.o bt_debug.o bt_delete.o bt_get.o bt_open.o bt_overflow.o bt_page.o bt_put.o bt_search.o bt_seq.o bt_split.o bt_utils.o db.o mpool.o rec_close.o rec_delete.o rec_get.o rec_open.o rec_put.o rec_search.o rec_seq.o rec_utils.o hash.os hash_bigkey.os hash_buf.os hash_func.os hash_log2.os hash_page.os ndbm.os bt_close.os bt_conv.os bt_debug.os bt_delete.os bt_get.os bt_open.os bt_overflow.os bt_page.os bt_put.os bt_search.os bt_seq.os bt_split.os bt_utils.os db.os mpool.os rec_close.os rec_delete.os rec_get.os rec_open.os rec_put.os rec_search.os rec_seq.os rec_utils.os
make[1]: Leaving directory `/root/asterisk-1.2.11/db1-ast'
make -C stdtime clean
make[1]: Entering directory `/root/asterisk-1.2.11/stdtime'
rm -f libtime.a *.o test .depend
make[1]: Leaving directory `/root/asterisk-1.2.11/stdtime'

______________________________________________________________________

linux:~/asterisk-1.2.11 # make install
if cmp -s .cleancount .lastclean ; then echo ; else \
make clean; cp -f .cleancount .lastclean;\
fi

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
build_tools/mkdep -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -fomit-frame-pointer acl.c aescrypt.c aeskey.c aestab.c alaw.c app.c ast_expr2.c ast_expr2f.c asterisk.c astmm.c autoservice.c buildinfo.c callerid.c cdr.c channel.c chanvars.c cli.c config.c cryptostub.c db.c devicestate.c dlfcn.c dns.c dnsmgr.c dsp.c enum.c file.c frame.c fskmodem.c image.c indications.c io.c jitterbuf.c loader.c logger.c manager.c md5.c muted.c netsock.c pbx.c plc.c poll.c privacy.c rtp.c say.c sched.c slinfactory.c srv.c strcompat.c tdd.c term.c translate.c ulaw.c utils.c
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/asterisk-1.2.11/res'
../build_tools/mkdep -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -fomit-frame-pointer -DOPENSSL_NO_KRB5 -fPIC `ls *.c`
make[1]: Leaving directory `/root/asterisk-1.2.11/res'
make[1]: Entering directory `/root/asterisk-1.2.11/channels'
../build_tools/mkdep -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -fomit-frame-pointer -Wno-missing-prototypes -Wno-missing-declarations -DCRYPTO -fPIC `ls *.c`
make[1]: Leaving directory `/root/asterisk-1.2.11/channels'
make[1]: Entering directory `/root/asterisk-1.2.11/pbx'
../build_tools/mkdep -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -fomit-frame-pointer -fPIC `ls *.c`
make[1]: Leaving directory `/root/asterisk-1.2.11/pbx'
/bin/sh: line 1: curl-config: command not found
make[1]: Entering directory `/root/asterisk-1.2.11/apps'
../build_tools/mkdep -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -fomit-frame-pointer -fPIC `ls *.c`
make[1]: Leaving directory `/root/asterisk-1.2.11/apps'
make[1]: Entering directory `/root/asterisk-1.2.11/codecs'
../build_tools/mkdep -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -fomit-frame-pointer -fPIC `ls *.c`
make[1]: Leaving directory `/root/asterisk-1.2.11/codecs'
make[1]: Entering directory `/root/asterisk-1.2.11/formats'
../build_tools/mkdep -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -fomit-frame-pointer -fPIC `ls *.c`
make[1]: Leaving directory `/root/asterisk-1.2.11/formats'
make[1]: Entering directory `/root/asterisk-1.2.11/agi'
../build_tools/mkdep -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -fomit-frame-pointer -DNO_AST_MM `ls *.c`
make[1]: Leaving directory `/root/asterisk-1.2.11/agi'
make[1]: Entering directory `/root/asterisk-1.2.11/cdr'
../build_tools/mkdep -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -fomit-frame-pointer -fPIC `ls *.c`
make[1]: Leaving directory `/root/asterisk-1.2.11/cdr'
make[1]: Entering directory `/root/asterisk-1.2.11/funcs'
../build_tools/mkdep -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -fomit-frame-pointer -fPIC `ls *.c`
make[1]: Leaving directory `/root/asterisk-1.2.11/funcs'
make[1]: Entering directory `/root/asterisk-1.2.11/utils'
../build_tools/mkdep -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -fomit-frame-pointer -DNO_AST_MM `ls *.c`
make[1]: Leaving directory `/root/asterisk-1.2.11/utils'
make[1]: Entering directory `/root/asterisk-1.2.11/stdtime'
../build_tools/mkdep -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -fomit-frame-pointer *.c
make[1]: Leaving directory `/root/asterisk-1.2.11/stdtime'
cd editline && unset CFLAGS LIBS && test -f config.h || CFLAGS="-O6" ./configure
loading cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc -O6 ) works... yes
checking whether the C compiler (gcc -O6 ) 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] Error 1
linux:~/asterisk-1.2.11 #
 
Aw

Sagt mir nix!!!

Ich Noob...

Quelle Google:

Die termcap bzw. terminfo-Bibliothek

Bei dialogorientierten Programmen werden in der Regel Funktionen zur Steuerung des zeichenorientierten Terminalbildschirms gebraucht, die z.B. den Cursor bewegen, einzelne Zeichen an bestimmten Positionen ausgeben oder Bildschirmzeilen einfügen oder löschen. Auch kommt es vor, daß ganze Fenster (rechteckige Bereiche des Bildschirms) manipuliert, z.B. gelöscht, beschrieben oder bewegt werden sollen.

Soll man das darunter verstehen???
 
Aw

+---- Asterisk Installation Complete ------- +
+ +
+ YOU MUST READ THE SECURITY DOCUMENT +
+ +
+ Asterisk has successfully been installed. +
+ If you would like to install the sample +
+ configuration files (overwriting any +
+ existing config files), run: +
+ +
+ make samples +
+ +
+----------------- or ---------------------+
+ +
+ You can go ahead and install the asterisk +
+ program documentation now or later run: +
+ +
+ make progdocs +
+ +
+ **Note** This requires that you have +
+ doxygen installed on your local system +
+-------------------------------------------+
 

Statistik des Forums

Themen
246,540
Beiträge
2,253,808
Mitglieder
374,394
Neuestes Mitglied
hansipeterson
Holen Sie sich 3CX - völlig kostenlos!
Verbinden Sie Ihr Team und Ihre Kunden Telefonie Livechat Videokonferenzen

Gehostet oder selbst-verwaltet. Für bis zu 10 Nutzer dauerhaft kostenlos. Keine Kreditkartendetails erforderlich. Ohne Risiko testen.

3CX
Für diese E-Mail-Adresse besteht bereits ein 3CX-Konto. Sie werden zum Kundenportal weitergeleitet, wo Sie sich anmelden oder Ihr Passwort zurücksetzen können, falls Sie dieses vergessen haben.