Re: [SR-Users] Installing rtpengine on CentOS 6.5

2014-10-31 Thread Juan Perez
yes,  I found what happenedI had downloaded the zip version of the rtpengine package and unzipped on windows, which renames the aux.c|aux.h files to aux_c and aux_h after downloading the glib-devel as well I was able to build it., thank you a lot! On Friday, October 31, 2014 5:

Re: [SR-Users] Installing rtpengine on CentOS 6.5

2014-10-31 Thread Richard Fuchs
On 10/31/14 17:31, Juan Perez wrote: > Thank you, but after removing the "-e" now I get this error: > > [root@ip-10-0-2-68 daemon]# make > Makefile:88: .depend: No such file or directory > make: *** No rule to make target `aux.c', needed by `.depend'. Stop. > [root@ip-10-0-2-68 daemon]# Are you

Re: [SR-Users] Installing rtpengine on CentOS 6.5

2014-10-31 Thread Juan Perez
Thank you, but after removing the "-e" now I get this error: [root@ip-10-0-2-68 daemon]# make Makefile:88: .depend: No such file or directory make: *** No rule to make target `aux.c', needed by `.depend'.  Stop. [root@ip-10-0-2-68 daemon]# On Friday, October 31, 2014 4:56 PM, Richard Fuchs

Re: [SR-Users] Installing rtpengine on CentOS 6.5

2014-10-31 Thread Richard Fuchs
On 10/31/14 15:27, Juan Perez wrote: > > Using Kamailio 4.2, CentOS 6.5, as per the documentation here: > https://github.com/sipwise/rtpengine > > "Running make will compile the binary, which will be called rtpengine." > > When trying to install rtpengine I got the following error when building