<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:13px"><br style="" class="">Using Kamailio 4.2, CentOS 6.5, as per the documentation here: https://github.com/sipwise/rtpengine<br style="" class=""><br style="" class="">"Running make will compile the binary, which will be called rtpengine."<br style="" class=""><br style="" class="">When trying to install rtpengine I got the following error when building "daemon"<br style="" class=""><br style="" class="">[root@ip-10-0-2-68 daemon]# make<br style="" class="">Usage: awk [POSIX or GNU style options] -f progfile [--] file ...<br style="" class="">Usage: awk [POSIX or GNU style options] [--] 'program' file ...<br style="" class="">POSIX options:          GNU long options:<br style="" class="">        -f progfile             --file=progfile<br style="" class="">        -F fs                   --field-separator=fs<br style="" class="">        -v var=val              --assign=var=val<br style="" class="">        -m[fr] val<br style="" class="">        -O                      --optimize<br style="" class="">        -W compat               --compat<br style="" class="">        -W copyleft             --copyleft<br style="" class="">        -W copyright            --copyright<br style="" class="">        -W dump-variables[=file]        --dump-variables[=file]<br style="" class="">        -W exec=file            --exec=file<br style="" class="">        -W gen-po               --gen-po<br style="" class="">        -W help                 --help<br style="" class="">        -W lint[=fatal]         --lint[=fatal]<br style="" class="">        -W lint-old             --lint-old<br style="" class="">        -W non-decimal-data     --non-decimal-data<br style="" class="">        -W profile[=file]       --profile[=file]<br style="" class="">        -W posix                --posix<br style="" class="">        -W re-interval          --re-interval<br style="" class="">        -W source=program-text  --source=program-text<br style="" class="">        -W traditional          --traditional<br style="" class="">        -W usage                --usage<br style="" class="">        -W use-lc-numeric       --use-lc-numeric<br style="" class="">        -W version              --version<br style="" class=""><br style="" class="">To report bugs, see node `Bugs' in `gawk.info', which is<br style="" class="">section `Reporting Problems and Bugs' in the printed version.<br style="" class=""><br style="" class="">gawk is a pattern scanning and processing language.<br style="" class="">By default it reads standard input and writes standard output.<br style="" class=""><br style="" class="">Examples:<br style="" class="">        gawk '{ sum += $1 }; END { print sum }' file<br style="" class="">        gawk -F: '{ print $1 }' /etc/passwd<br style="" class="">Makefile:88: .depend: No such file or directory<br style="" class="">make: *** No rule to make target `aux.c', needed by `.depend'.  Stop.<br style="" class="">[root@ip-10-0-2-68 daemon]#<br style="" class=""><br style="" class="">I was able to build the iptables-extension, the kernel failed because I dont have the dependencies but the daemon is required.<br style="" class="">I think that I have all the dependencies:<br style="" class=""><br style="" class="">[root@ip-10-0-2-68 daemon]# rpm -qa | egrep "pcre|pkgconfig|xml|glib|zlib|openssl|curl"<br style="" class="">openssl-1.0.1e-30.el6_6.2.x86_64<br style="" class="">glibc-common-2.12-1.132.el6_5.4.x86_64<br style="" class="">zlib-1.2.3-29.el6.x86_64<br style="" class="">curl-7.19.7-37.el6_5.3.x86_64<br style="" class="">glibc-devel-2.12-1.132.el6_5.4.x86_64<br style="" class="">libcurl-devel-7.19.7-37.el6_5.3.x86_64<br style="" class="">openssl-devel-1.0.1e-30.el6_6.2.x86_64<br style="" class="">glibc-2.12-1.132.el6_5.4.x86_64<br style="" class="">pcre-7.8-6.el6.x86_64<br style="" class="">libxml2-2.7.6-14.el6_5.2.x86_64<br style="" class="">libcurl-7.19.7-37.el6_5.3.x86_64<br style="" class="">python-pycurl-7.19.0-8.el6.x86_64<br style="" class="">pkgconfig-0.23-9.1.el6.x86_64<br style="" class="">glib2-2.26.1-7.el6_5.x86_64<br style="" class="">dbus-glib-0.86-6.el6.x86_64<br style="" class="">glibc-headers-2.12-1.132.el6_5.4.x86_64<br style="" class="">zlib-devel-1.2.3-29.el6.x86_64<br style="" class="">libxml2-devel-2.7.6-14.el6_5.2.x86_64<br style="" class="">pcre-devel-7.8-6.el6.x86_64<br style="" class="">[root@ip-10-0-2-68 daemon]#<br style="" class=""><br style="" class=""><br style="" class="">Am I missing something here?, thank you<br style="" class="">jp<br style="" class=""><br style="" class=""><br></div></body></html>