mod_bcg729 icon indicating copy to clipboard operation
mod_bcg729 copied to clipboard

Getting unexpected error at initial installation

Open ruslanguns opened this issue 7 years ago • 1 comments

Hey guys, Thanks for this amazing success by allowing poor people communicate over IP with low bandwidth... I am trying to build this on my Fusion PBX (Debian Jessy) which has Freeswitch on it... well everything is alright the FS_INCLUDES, FS_MODULES points to the right side... I just executed the Makefile with sh permissions but return me these error...

Is it there any way to receive some help on setting this up?

root@XXXXX:~ /mod_bcg729# sh ./Makefile ./Makefile: line 8: SHELL: command not found ./Makefile: line 9: shell: command not found ./Makefile: line 9: PROC?=: command not found ./Makefile: line 12: -O3: command not found ./Makefile: line 13: syntax error near unexpected token ${PROC},x86_64' ./Makefile: line 13: ifeq (${PROC},x86_64)' root@XXXX:~ /mod_bcg729#

Thanks for your coop and keep doing great things! rusguns

ruslanguns avatar Jun 28 '17 00:06 ruslanguns

You need to run make and then make install and not execute it with your shell. Just type the above commands and you should be good.

MartB avatar Jun 29 '17 14:06 MartB