linphone-users
[Top][All Lists]
Advanced

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

Re: [Linphone-users] Problems with linphone-1.5.1 installation


From: Sabeeh Siddiqui
Subject: Re: [Linphone-users] Problems with linphone-1.5.1 installation
Date: Tue, 13 Feb 2007 08:57:39 -0500

Hi there,
 
Thanks for all the help. I finally got linphone 1.5.1 working and i'll list the procedure as follows.
Note: this procedure also worked for 1.6.0 when i tired it.
 
You need to do make clean and make uninstall on all previous installations because they may be conflicting with one another.
(I found this out the hard way after re-installing a clean kernel)
 
Install: speex.i386 and speex-devel.i386
Note: it is easiest to do this with an active internet connection and performing yum install speex.i386 and yum install speex-devel.i386
 
Install: libosip2-2.2.0, speex-1.1.12, msilbc-2.0.0, readline4_3.3.orig
Note: i found all of these as source tarballs and installed them through the usual ./configure && make && make install
Note: once you've done make install, make sure to do make clean before leaving the directory of the source
 
Finally to install linphone 1.5.1: ./configure --prefix=/usr --disable-static --disable-video && make clean && make && make install
Note: This will install linphone 1.5.1 (or 1.6.0) but it will not provide video capabilities...to install with video capabilities, remove --disable-video, but note that this brang up a whole new set of errors for me but you're welcome to try it out.
 
Thanks for all your help and time,
Sabeeh Siddiqui


 
On 2/13/07, Simon Morlat <address@hidden> wrote:
Hi,

You need libosip=2.2.2. Currently it does not work with libosip-2.2.3 or 3.0.0
I'm working on this topic.

Simon


Le mardi 6 février 2007 21:05, Sabeeh Siddiqui a écrit:
> Hello everybody!!!
>
> I'm quite new to the whole linphone saga and i've run into a problem while
> installing linphone-1.5.1. I've used the following sequence for installing
> the software:
>
>    - ./configure --prefix=/usr --disable-video --disable-strict
>    - make clean
>    - make (which is where the error occurs)
>
>
> The output from the error is shown below:
> gcc -DENABLE_TRACE -D_ORTP_SOURCE -g -O2 -o .libs/linphonec linphonec.o
> commands.o  ../mediastreamer2/src/.libs/libquickstream.so
> ../mediastreamer2/src/.libs/libmediastreamer.so
> ../oRTP/src/.libs/libortp.so -L/usr/lib ../coreapi/.libs/liblinphone.so
> /root/work/sipApplications/linphone-1.5.1/mediastreamer2/src/.libs/libquick
>stream.so
> /root/work/sipApplications/linphone- 1.5.1/mediastreamer2/src/.libs/libmedia
>streamer.so
> /root/work/sipApplications/linphone-1.5.1/oRTP/src/.libs/libortp.so
> -lasound /usr/lib/libspeex.so -lm -lpthread -ldl /usr/lib/libosip2.so
> /usr/lib/libosipparser2.so -lnsl -lrt -lreadline -lncurses
> ../coreapi/.libs/liblinphone.so: undefined reference to
> `osip_negotiation_remove_audio_payloads'
> ../coreapi/.libs/liblinphone.so: undefined reference to
> `osip_negotiation_init'
> ../coreapi/.libs/liblinphone.so: undefined reference to
> `osip_negotiation_sdp_message_put_on_hold'
> ../coreapi/.libs/liblinphone.so: undefined reference to
> `osip_negotiation_set_o_nettype'
> ../coreapi/.libs/liblinphone.so: undefined reference to
> `osip_negotiation_add_support_for_audio_codec'
> ../coreapi/.libs/liblinphone.so: undefined reference to
> `osip_negotiation_ctx_set_mycontext'
> ../coreapi/.libs/liblinphone.so: undefined reference to
> `osip_negotiation_set_c_nettype'
> ../coreapi/.libs/liblinphone.so: undefined reference to
> `osip_negotiation_set_c_addrtype'
> ../coreapi/.libs/liblinphone.so: undefined reference to
> `osip_negotiation_ctx_get_local_sdp'
> ../coreapi/.libs/liblinphone.so: undefined reference to
> `osip_negotiation_set_o_session_id'
> ../coreapi/.libs/liblinphone.so: undefined reference to
> `osip_negotiation_set_o_username'
> ../coreapi/.libs/liblinphone.so: undefined reference to
> `osip_negotiation_ctx_set_local_sdp'
> ../coreapi/.libs/liblinphone.so: undefined reference to
> `osip_negotiation_set_o_session_version'
> ../coreapi/.libs/liblinphone.so: undefined reference to
> `osip_negotiation_set_o_addr'
> ../coreapi/.libs/liblinphone.so: undefined reference to
> `osip_negotiation_set_fcn_get_audio_port'
> ../coreapi/.libs/liblinphone.so: undefined reference to
> `osip_negotiation_ctx_init'
> ../coreapi/.libs/liblinphone.so: undefined reference to
> `osip_negotiation_set_fcn_accept_audio_codec'
> ../coreapi/.libs/liblinphone.so: undefined reference to
> `osip_negotiation_sdp_message_put_off_hold'
> ../coreapi/.libs/liblinphone.so: undefined reference to
> `osip_negotiation_ctx_get_mycontext'
> ../coreapi/.libs/liblinphone.so: undefined reference to
> `osip_negotiation_sdp_build_offer'
> ../coreapi/.libs/liblinphone.so: undefined reference to
> `osip_negotiation_ctx_get_remote_sdp'
> ../coreapi/.libs/liblinphone.so: undefined reference to
> `osip_negotiation_ctx_execute_negotiation'
> ../coreapi/.libs/liblinphone.so: undefined reference to
> `osip_negotiation_ctx_set_remote_sdp'
> ../coreapi/.libs/liblinphone.so: undefined reference to
> `osip_negotiation_set_fcn_accept_other_codec'
> ../coreapi/.libs/liblinphone.so: undefined reference to
> `osip_negotiation_free'
> ../coreapi/.libs/liblinphone.so: undefined reference to
> `osip_negotiation_set_fcn_accept_video_codec'
> ../coreapi/.libs/liblinphone.so: undefined reference to
> `osip_negotiation_set_o_addrtype'
> ../coreapi/.libs/liblinphone.so: undefined reference to
> `osip_negotiation_set_c_addr'
> ../coreapi/.libs/liblinphone.so: undefined reference to
> `osip_negotiation_ctx_free'
> collect2: ld returned 1 exit status
> make[2]: *** [linphonec] Error 1
> make[2]: Leaving directory `/root/work/sipApplications/linphone-1.5.1
> /console'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/root/work/sipApplications/linphone-1.5.1'
> make: *** [all] Error 2
>
> I really don't seem to understand what the problem may be. I've already
> tried doing ./autogen.sh prior to the configuration options but it does not
> seem to work.
> Note: i'm getting the exact same problematic output while installing
> linphone-1.4.0, linphone-1.5.1 , and linphone-1.6.0
>
> Please advise.



--
Sabeeh Siddiqui
reply via email to

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