HI I had an older node that had app_rpt version 0.254. I went to upgrade and now it doesnt work. the console commands dont work either. Here is the o/p after the final recompile: [CC] app_random.c -> app_random.o [CC] app_read.c -> app_read.o [CC] app_readfile.c -> app_readfile.o [CC] app_realtime.c -> app_realtime.o [CC] app_record.c -> app_record.o [CC] app_rpt.c -> app_rpt.o app_rpt.c:528:24: error: mdc_decode.c: No such file or directory make[2]: *** [app_rpt.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory `/usr/src/astsrc/asterisk/apps' make[1]: *** [apps] Error 2 make[1]: Leaving directory `/usr/src/astsrc/asterisk' make: [upgrade-acid] Error 2 (ignored) mkdir -p /var/lib/asterisk/sounds/rpt cp -a sounds/* /var/lib/asterisk/sounds [root@AST_2378_WAJ astsrc]# I upgrade the node with the following : cd /usr/src rm -rf astsrc wget http://x.allstarlink.org/svn-trunk.tar.gz -O- | tar xzv mv trunk astsrc cd astsrc make upgrade-acid any ideas? Jon VA3RQ