linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] compiling linphonec onUbuntu10.10 (Maverick Me


From: Philip Anil-QBW348
Subject: Re: [Linphone-developers] compiling linphonec onUbuntu10.10 (Maverick Meerkat)
Date: Mon, 1 Aug 2011 12:32:02 -0400

Thanks for replying.
I could not find libexosip - perhaps it is not available in Synaptic package manager on my ubuntu (10.10).
I downloaded it libexosip2-3.5 from nongnu.askapache.org and tried to build

   $> ./configure
   $> make

libtool: link: gcc -g -pthread -DOSIP_MT -pedantic -DENABLE_DEBUG -g -DENABLE_TRACE -g -o .libs/sip_reg sip_reg.o  ../src/.libs/libeXosip2.so -L/usr/local/lib /usr/lib/libosip2.so /usr/lib/libosipparser2.so -lnsl -lrt -lresolv -pthread
../src/.libs/libeXosip2.so: undefined reference to `osip_strcasestr'
collect2: ld returned 1 exit status
make[2]: *** [sip_reg] Error 1
make[2]: Leaving directory `/home/anil/Downloads/libeXosip2-3.5.0/tools'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/anil/Downloads/libeXosip2-3.5.0'
make: *** [all] Error 2




-----Original Message-----
From: guillaume beraudo on behalf of Guillaume BERAUDO
Sent: Mon 8/1/2011 4:35 AM
To: address@hidden
Cc: Philip Anil-QBW348
Subject: Re: [Linphone-developers] compiling linphonec onUbuntu10.10 (Maverick Meerkat)

Hi Philip,


In order to support SIP over TLS, Linphone now requires exosip >= 3.5.
You version of exosip is too old.

I suggest you to download latest exosip and update your system with it.

If you prefer not to update your exosip, you can still test test an
older (July 15th) version of Linphone. Just use use the following
command to retrieve this version : "git checkout ce1326043817b304724337005a34faed7d26c27e".


Cheers,


Guillaume


Le Fri, 29 Jul 2011 13:20:55 -0400,
"Philip Anil-QBW348" <address@hidden> a écrit :

> I am getting a linker error
>
> make[2]: Entering directory
> `/home/anil/learn/linphone/linphone/coreapi' CC     linphonecore.lo
>   CC     offeranswer.lo
>   CC     sal.lo
>   CC     sal_eXosip2.lo
>   CC     sal_eXosip2_sdp.lo
>   CC     sal_eXosip2_presence.lo
>   CC     callbacks.lo
>   CC     misc.lo
>   CC     address.lo
>   CC     enum.lo
>   CC     presence.lo
>   CC     proxy.lo
>   CC     friend.lo
>   CC     authentication.lo
>   CC     lpconfig.lo
>   CC     chat.lo
>   CC     linphonecall.lo
>   CC     sipsetup.lo
>   CC     siplogin.lo
>   CC     lsd.lo
>   CC     ec-calibrator.lo
>   CCLD   liblinphone.la
>   CC     test_lsd.o
>   CCLD   test_lsd
> ./.libs/liblinphone.so: undefined reference to `eXosip_set_tls_ctx'
> collect2: ld returned 1 exit status
> make[2]: *** [test_lsd] Error 1
> make[2]: Leaving directory
> `/home/anil/learn/linphone/linphone/coreapi' make[1]: ***
> [install-recursive] Error 1 make[1]: Leaving directory
> `/home/anil/learn/linphone/linphone/coreapi' make: ***
> [install-recursive] Error 1 ~/learn/linphone/linphone$
>
> Any help appreciated.
>
>
> -----Original Message-----
> From:
> address@hidden
> on behalf of Philip Anil-QBW348 Sent: Thu 7/28/2011 1:57 PM To:
> address@hidden; address@hidden Cc:
> address@hidden Subject: Re: [Linphone-developers]
> compiling linphonec onUbuntu10.10(Maverick Meerkat)
> What package to look for SDL? I tried libSDL-dev and other
> combinations, but it didnt work.
>
> checking X11/extensions/Xv.h usability... no
> checking X11/extensions/Xv.h presence... no
> checking for X11/extensions/Xv.h... no
> checking for X11/extensions/Xvlib.h... no
> checking for XvCreateImage in -lXv... no
> configure: error: No video output API found. Install either X11+Xv
> headers or SDL library. configure: error: ./configure failed for
> mediastreamer2
>
>
>
> -----Original Message-----
> From:
> address@hidden
> on behalf of Philip Anil-QBW348 Sent: Thu 7/28/2011 1:39 PM To:
> address@hidden; Guillaume BERAUDO Cc:
> address@hidden Subject: Re: [Linphone-developers]
> compiling linphonec on Ubuntu10.10(Maverick Meerkat)
>
> Ok, I found gtk when I searched for libgtk2.0-dev
> thanks.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]