Re: [reSIProcate] Configuring reConServer to run in Debian Jessie
On 14/06/16 20:18, Balram Pariyarath wrote:
> I get the following error on make:
>
> make all-am
> make[1]: Entering directory '/home/balram/Projects/gsoc/reConServer'
> g++ -g -O2 -o reConServer reConServer.o reConServerConfig.o
> B2BCallManager.o MyConversationManager.o MyMessageDecorator.o -lrecon
> -lreflow -lsipXsdp -lsipXmediaProcessing -lsipXmedia -lsipXport
> -lsipXtack -ldum -lresip -lrutil -lssl -lcrypto -lpthread
> reConServer.o: In function `recon::ReConServerProcess::main(int, char**)':
> /home/balram/Projects/gsoc/reConServer/reConServer.cxx:888: undefined
> reference to `resip::Log::initialize(resip::Data const&, resip::Data
> const&, resip::Data const&, char const*, resip::ExternalLogger*,
> resip::Data const&)'
> reConServer.o:(.rodata._ZTV11MyUserAgent[_ZTV11MyUserAgent]+0x70):
> undefined reference to `recon::UserAgent::post(resip::Message*)'
> reConServer.o:(.rodata._ZTV11MyUserAgent[_ZTV11MyUserAgent]+0x160):
> undefined reference to `non-virtual thunk to
> recon::UserAgent::post(resip::Message*)'
> collect2: error: ld returned 1 exit status
> Makefile:405: recipe for target 'reConServer' failed
> make[1]: *** [reConServer] Error 1
>
Please try:
$ sudo apt-get update
$ sudo apt-get build-dep reconserver
Does it install any new packages when you do that?