A couple of things: alsaradio is not a supported interface, and it NEVER will be because it encourages people to use RANDOM UNREALIABLE INCONSISTENT BAD POOR SOUNDING and otherwise UNACCEPTIBLE devices, such as the built-in soundcards found on most PC devices. Use of this type of device does NOT provide an acceptable level of quality, and, in fact, does not even qualify as minimum technical requirements for participation on the Allstar Link Network. If you want to implement such a thing on your own private network, that's your business. However, I have no intention of providing or facilitating any sort of encouragement for you to do so. If your or anyone else's opinion differs from this, that your right, but Im not even interested in hearing about it, and will not tolerate any 'whining' regarding this on this list. I'm not being a jerk, I am simply ensuring a maximally high-quality experience for all Allstar users, and this is an area in which there will be no compromising. That being said, the problem with your compile seems to be in the 'editline' package that is distributed with Asterisk. You may just have to start all over, but you might try to go into the 'editline directory' and 'make clean' and './configure', then go to the top of the Asterisk source tree and 'make install' again. I dont know if this will help, but its worth a try. JIM WB6NIL From: kb8pmy@kb8pmy.net Date: Thu, 24 Feb 2011 08:43:00 -0500 To: app_rpt-users@ohnosec.org Subject: [App_rpt-users] Asterisk G7 Codec issue Hello Group, I have a corrupt codec and I was trying to fix the problem and I am not getting this error after recompile. editline/libedit.a(editline.o_a): In function `term_deletechars': /usr/src/astsrc/asterisk/main/editline/term.c:742: undefined reference to `tgoto' /usr/src/astsrc/asterisk/main/editline/term.c:742: undefined reference to `tputs' /usr/src/astsrc/asterisk/main/editline/term.c:747: undefined reference to `tputs' /usr/src/astsrc/asterisk/main/editline/term.c:751: undefined reference to `tputs' /usr/src/astsrc/asterisk/main/editline/term.c:754: undefined reference to `tputs' editline/libedit.a(editline.o_a): In function `term_beep': /usr/src/astsrc/asterisk/main/editline/term.c:867: undefined reference to `tputs' editline/libedit.a(editline.o_a):/usr/src/astsrc/asterisk/main/editline/term.c:847: more undefi ned references to `tputs' follow editline/libedit.a(editline.o_a): In function `term_insertwrite': /usr/src/astsrc/asterisk/main/editline/term.c:783: undefined reference to `tgoto' /usr/src/astsrc/asterisk/main/editline/term.c:783: undefined reference to `tputs' /usr/src/astsrc/asterisk/main/editline/term.c:790: undefined reference to `tputs' /usr/src/astsrc/asterisk/main/editline/term.c:798: undefined reference to `tputs' /usr/src/astsrc/asterisk/main/editline/term.c:800: undefined reference to `tputs' /usr/src/astsrc/asterisk/main/editline/term.c:805: undefined reference to `tputs' editline/libedit.a(editline.o_a):/usr/src/astsrc/asterisk/main/editline/term.c:813: more undefi ned references to `tputs' follow editline/libedit.a(editline.o_a): In function `term_move_to_char': /usr/src/astsrc/asterisk/main/editline/term.c:615: undefined reference to `tgoto' /usr/src/astsrc/asterisk/main/editline/term.c:615: undefined reference to `tputs' /usr/src/astsrc/asterisk/main/editline/term.c:619: undefined reference to `tgoto' /usr/src/astsrc/asterisk/main/editline/term.c:619: undefined reference to `tputs' /usr/src/astsrc/asterisk/main/editline/term.c:651: undefined reference to `tgoto' /usr/src/astsrc/asterisk/main/editline/term.c:651: undefined reference to `tputs' editline/libedit.a(editline.o_a): In function `term_move_to_line': /usr/src/astsrc/asterisk/main/editline/term.c:562: undefined reference to `tgoto' /usr/src/astsrc/asterisk/main/editline/term.c:562: undefined reference to `tputs' /usr/src/astsrc/asterisk/main/editline/term.c:575: undefined reference to `tgoto' /usr/src/astsrc/asterisk/main/editline/term.c:575: undefined reference to `tputs' /usr/src/astsrc/asterisk/main/editline/term.c:580: undefined reference to `tputs' editline/libedit.a(editline.o_a): In function `term_echotc': /usr/src/astsrc/asterisk/main/editline/term.c:1498: undefined reference to `tputs' /usr/src/astsrc/asterisk/main/editline/term.c:1526: undefined reference to `tgoto' /usr/src/astsrc/asterisk/main/editline/term.c:1526: undefined reference to `tputs' /usr/src/astsrc/asterisk/main/editline/term.c:1582: undefined reference to `tgoto' /usr/src/astsrc/asterisk/main/editline/term.c:1582: undefined reference to `tputs' /usr/src/astsrc/asterisk/main/editline/term.c:1447: undefined reference to `tgetstr' editline/libedit.a(editline.o_a): In function `term_set': /usr/src/astsrc/asterisk/main/editline/term.c:919: undefined reference to `tgetent' /usr/src/astsrc/asterisk/main/editline/term.c:937: undefined reference to `tgetflag' /usr/src/astsrc/asterisk/main/editline/term.c:938: undefined reference to `tgetflag' /usr/src/astsrc/asterisk/main/editline/term.c:940: undefined reference to `tgetflag' /usr/src/astsrc/asterisk/main/editline/term.c:941: undefined reference to `tgetflag' /usr/src/astsrc/asterisk/main/editline/term.c:943: undefined reference to `tgetflag' editline/libedit.a(editline.o_a):/usr/src/astsrc/asterisk/main/editline/term.c:944: more undefi ned references to `tgetflag' follow editline/libedit.a(editline.o_a): In function `term_set': /usr/src/astsrc/asterisk/main/editline/term.c:946: undefined reference to `tgetnum' /usr/src/astsrc/asterisk/main/editline/term.c:947: undefined reference to `tgetnum' /usr/src/astsrc/asterisk/main/editline/term.c:949: undefined reference to `tgetstr' collect2: ld returned 1 exit status make[1]: *** [asterisk] Error 1 make[1]: Leaving directory `/usr/src/astsrc/asterisk/main' make: *** [main] Error 2 I was trying to install alsaradio. Is this fixable or do I just need to start over? I am running tlb to asterisk and g7 codec sound bad here. 73 Ryan _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users