Hi again, Better to start afresh, and rule out any library's conflict:
1. Uninstall ccrtp both from your package manager and from source (running SFLphone configure file should give you an error about missing ccrtp) 2. Reinstall only ccrtp from sources with correct prefix (/usr, normally this is the default one) 3. run ldconfig as root to regenerate libraries linking cache 4. pkg-config --list-all | grep ccrtp This should return an entry confirming that ccrtp is properly installed 5. Rebuild SFLphone (make clean, autogen, pjsip, configure, make && make install) Fingers crossed, AL. ----- Mail original ----- De: "Guido Ascioti" <[email protected]> À: "Alexandre Lision" <[email protected]> Cc: [email protected] Envoyé: Lundi 3 Mars 2014 10:50:53 Objet: Re: [SFLphone] [Technical] Compilation issues Hi Alexandre, I'm using last ccrtp release which is 2.0.7 compiled from source (and ucommon 6.1.0). Note that about 2 month ago i compiled sflphone 1.2.3 with ccrtp 2.0.6 and ucommon 6.0.7 with no problems. Guido On Monday 03 March 2014 09:45:11 Alexandre Lision wrote: > Hi, > > It seems like an issue with the ccrtp-devel library, either a too old > version, or wrongly packaged one (Slacky seems to use ccrtp 1.6.0). > > You're not the only one running into this issue > (https://groups.yahoo.com/neo/groups/twinklephone/conversations/topics/3398 > ). > > Compiling the library from source packages will fix the issue (there are > quite some repos out there). > > We are integrating a new RTP stream analysis feature, and you just found our > first easter egg. > > Cheers, > > AL. > > ----- Mail original ----- > De: "guido ascioti" <[email protected]> > À: [email protected] > Envoyé: Dimanche 2 Mars 2014 14:32:19 > Objet: [SFLphone] [Technical] Compilation issues > > Guido Ascioti sent a message using the contact form at > http://sflphone.org/contact. > > Trying to compile 1.3.0 version on Slackware 14.0; lot of messages like > these ones: > > ./.libs/libsflphone.a(audio_srtp_session.o):(.data.rel.ro._ZTCN3sfl16AudioSr > tpSessionE200_N3ost16QueueRTCPManagerE[_ZTVN3sfl16AudioSrtpSessionE]+0x110): > undefined reference to `non-virtual thunk to > ost::QueueRTCPManager::~QueueRTCPManager()' > ./.libs/libsflphone.a(audio_srtp_session.o):(.data.rel.ro._ZTCN3sfl16AudioSr > tpSessionE200_N3ost16QueueRTCPManagerE[_ZTVN3sfl16AudioSrtpSessionE]+0x118): > undefined reference to `non-virtual thunk to > ost::QueueRTCPManager::~QueueRTCPManager()' > ./.libs/libsflphone.a(audio_srtp_session.o):(.data.rel.ro._ZTCN3ost8AVPQueue > E0_NS_16QueueRTCPManagerE[_ZTVN3ost8AVPQueueE]+0x110): undefined reference > to `non-virtual thunk to > ost::QueueRTCPManager::~QueueRTCPManager()' > ./.libs/libsflphone.a(audio_srtp_session.o):(.data.rel.ro._ZTCN3ost8AVPQueue > E0_NS_16QueueRTCPManagerE[_ZTVN3ost8AVPQueueE]+0x118): undefined reference > to `non-virtual thunk to > ost::QueueRTCPManager::~QueueRTCPManager()' > > 1.2.3 version compiled fine, any hints? > > Thanks, > > Guido > > _______________________________________________ > SFLphone mailing list > [email protected] > http://lists.savoirfairelinux.net/mailman/listinfo/sflphone -- Alexandre Lision http://www.savoirfairelinux.com/ _______________________________________________ SFLphone mailing list [email protected] http://lists.savoirfairelinux.net/mailman/listinfo/sflphone
