< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

Re: [reSIProcate] Configuring reConServer to run in Debian Jessie



On 16/06/16 20:41, Balram Pariyarath wrote:
> $ ./configure CPPFLAGS="-I/usr/include/sipxtapi
> -DDEFAULT_BRIDGE_MAX_IN_OUTPUTS=10 -D__pingtel_on_posix__ -D_linux
> -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DRESIP_TOOLCHAIN_GNU
> -DRESIP_OSTYPE_LINUX -DRESIP_ARCH_X86_64 -DHAVE_sockaddr_in_len
> -DUSE_CARES -DUSE_SSL -DUSE_IPV6 -DHAVE_EPOLL"
> 
> this one right? I ran this before running make.


Yes, that one

Which version of the dependencies do you have?

$ dpkg -l | grep librecon

Does it still give you errors?

Please try the following:

$ git pull https://github.com/resiprocate/reConServer

$ autoreconf --install

then run the configure command again and then:

$ make clean && make