[reSIProcate] Configuring reConServer to run in Debian Jessie
Balram Pariyarath
balbbrl at gmail.com
Thu Jun 16 13:41:39 CDT 2016
$ ./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.
On Fri, Jun 17, 2016 at 12:09 AM, Balram Pariyarath <balbbrl at gmail.com>
wrote:
> Thanks Keerthana! I remember to have followed similar steps and got it
> running for sometime. Dont know where I messed up!
>
> On Thu, Jun 16, 2016 at 11:39 PM, Keerthana Krishnan <
> contactkeerthana at gmail.com> wrote:
>
>> Hi Balram,
>>
>> Although not for reconserver, I had almost a similiar problem installing
>> telepathy in my system. (A lot of the same terms in my error as well). I
>> was later able to install that package with a little help from apt-get.
>> Have you tried this
>> <http://thewaterbabe.in/2016/06/13/a-beginners-guide-to-debian-source-packages/>
>> ?
>>
>> As for the my problem, this is all the steps I took
>> <http://thewaterbabe.in/2016/06/13/installing-resiprocate-with-apt-get-source-package/>
>> .
>>
>> You will have to change the package name and probably only the first part
>> of telepathy-qt installation is a relevant source.
>> Hope this helps
>> Regards,
>> Keerthana
>>
>> On 16 June 2016 at 23:31, Balram Pariyarath <balbbrl at gmail.com> wrote:
>>
>>> $ apt-cache showsrc reconserver yields:
>>>
>>> Package: reconserver
>>> Binary: reconserver
>>> Version: 0.10.3-1
>>> Maintainer: Debian VoIP Team <
>>> pkg-voip-maintainers at lists.alioth.debian.org>
>>> Uploaders: Daniel Pocock <daniel at pocock.pro>
>>> Build-Depends: debhelper (>= 9.0.0), autotools-dev, dpkg-dev (>=
>>> 1.16.1~), librecon-1.9-dev (>= 1.9.6), libsipxtapi-dev (>= 3.3.0~test17)
>>> Architecture: any
>>> Standards-Version: 3.9.5
>>> Format: 3.0 (quilt)
>>> Files:
>>> 3bc2fdd38505e09eef78f5a8da8cf0ed 2051 reconserver_0.10.3-1.dsc
>>> e7705389e6b8927fa3cba1c6e1675eea 238553 reconserver_0.10.3.orig.tar.gz
>>> 34ca0dff172bea8e5e1e52e641c9320f 5154 reconserver_0.10.3-1.debian.tar.gz
>>> Vcs-Browser: http://git.debian.org/?p=pkg-voip/reconserver.git;a=summary
>>> Vcs-Git: git://git.debian.org/pkg-voip/reconserver.git
>>> Checksums-Sha1:
>>> 9a3501ae7139e12ea5b15ac139b7eb5b96232ee8 2051 reconserver_0.10.3-1.dsc
>>> 334978b0907db88c351206c92e5e84d0809c8661 238553
>>> reconserver_0.10.3.orig.tar.gz
>>> 1d023ecf67a28ac56ad8aa60b1a480e486e10ab2 5154
>>> reconserver_0.10.3-1.debian.tar.gz
>>> Checksums-Sha256:
>>> 3594cdb88e87a3ec1d60cbd981dba46fd34d54fe56085539ed4f01fa10da9cdd 2051
>>> reconserver_0.10.3-1.dsc
>>> 8faf1aa1d7ee5fba3983320416d23a78e54b7889041742b40635da65732de2b1 238553
>>> reconserver_0.10.3.orig.tar.gz
>>> 44e0c7e1f7739af4546ed0d4bb63ef07b21d0675df3fe2f2878f00a3e2ec8803 5154
>>> reconserver_0.10.3-1.debian.tar.gz
>>> Homepage: https://github.com/resiprocate/reConServer
>>> Package-List:
>>> reconserver deb net extra
>>> Directory: pool/main/r/reconserver
>>> Priority: source
>>> Section: misc
>>>
>>>
>>>
>>>
>>>
>>> On Thu, Jun 16, 2016 at 11:28 PM, Balram Pariyarath <balbbrl at gmail.com>
>>> wrote:
>>>
>>>> I already ran sudo apt-get build-dep reconserver and some packages
>>>> were installed. Tried it again now. Nothing new!
>>>>
>>>> On Thu, Jun 16, 2016 at 12:40 PM, Daniel Pocock <daniel at pocock.pro>
>>>> wrote:
>>>>
>>>>>
>>>>>
>>>>> 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?
>>>>>
>>>>> _______________________________________________
>>>>> resiprocate-devel mailing list
>>>>> resiprocate-devel at resiprocate.org
>>>>> https://list.resiprocate.org/mailman/listinfo/resiprocate-devel
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>>
>>>>
>>>> *Balram P MenonTech Head | Excel 2016*
>>>> Computer Science and Engineering (Batch: 2013-17)
>>>> Govt. Model Engineering College, Kochi-21
>>>>
>>>> [image: ☎]: 8129130866
>>>> ✉: balbbrl at gmail.com <p.balram96 at gmail.com>
>>>>
>>>
>>>
>>>
>>> --
>>>
>>>
>>> *Balram P MenonTech Head | Excel 2016*
>>> Computer Science and Engineering (Batch: 2013-17)
>>> Govt. Model Engineering College, Kochi-21
>>>
>>> [image: ☎]: 8129130866
>>> ✉: balbbrl at gmail.com <p.balram96 at gmail.com>
>>>
>>> _______________________________________________
>>> resiprocate-devel mailing list
>>> resiprocate-devel at resiprocate.org
>>> https://list.resiprocate.org/mailman/listinfo/resiprocate-devel
>>>
>>
>>
>>
>> --
>> Keerthana
>>
>> About : http://www.keerthanakrishnan.in/
>> Blog : http://thewaterbabe.in/
>>
>
>
>
> --
>
>
> *Balram P MenonTech Head | Excel 2016*
> Computer Science and Engineering (Batch: 2013-17)
> Govt. Model Engineering College, Kochi-21
>
> [image: ☎]: 8129130866
> ✉: balbbrl at gmail.com <p.balram96 at gmail.com>
>
--
*Balram P MenonTech Head | Excel 2016*
Computer Science and Engineering (Batch: 2013-17)
Govt. Model Engineering College, Kochi-21
[image: ☎]: 8129130866
✉: balbbrl at gmail.com <p.balram96 at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20160617/f3a93225/attachment.htm>
More information about the resiprocate-devel
mailing list