mod_bcg729
mod_bcg729 copied to clipboard
Getting unexpected error at initial installation
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
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.