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. _______________________________________________ Linphone-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/linphone-users
