Hi again, Seriously, the best way from there is to upgrade you Ubuntu, but in this case, I think you forgot to compile pjproject.
cd libs/pjproject* ./configure make Hope it helps! Emmanuel ----- Original Message ----- From: "David H. Durgee" <[email protected]> To: "Tristan Matthews" <[email protected]> Cc: "[email protected] >> \"[email protected]\"" <[email protected]> Sent: Monday, September 23, 2013 4:52:12 PM Subject: Re: [SFLphone] Problems building SFLPhone on ubuntu natty based system Tristan Matthews wrote: > ----- Original Message ----- >> From: "David H. Durgee" <[email protected]> >> To: "Tristan Matthews" <[email protected]> >> Cc: "[email protected] >> >> \"[email protected]\"" >> <[email protected]>, "Eugene" <[email protected]> >> Sent: Monday, September 23, 2013 3:56:24 PM >> Subject: Re: [SFLphone] Problems building SFLPhone on ubuntu natty based >> system >> >> Tristan Matthews wrote: >>> Hi David, >>> >>> ----- Original Message ----- >>>> From: "David H. Durgee" <[email protected]> >>>> To: "Eugene" <[email protected]>, "Tristan Matthews" >>>> <[email protected]> >>>> Cc: "[email protected] >> >>>> \"[email protected]\"" >>>> <[email protected]> >>>> Sent: Tuesday, August 20, 2013 4:27:57 PM >>>> Subject: Re: [SFLphone] Problems building SFLPhone on ubuntu natty >>>> based system >>>> >>>> Eugene wrote: >>>>> Changing from 13 to 19 will help. >>>>> >>>>> But since you are building debian packages you really should look >>>>> at debian build system. >>>> In that case am I barking up the wrong tree with the recipe you >>>> gave >>>> me >>>> earlier? I am really interested in using SFLPhone for my natty >>>> based >>>> laptop. I had to attempt to build it locally as there was no >>>> binary >>>> built for natty on the SFLPhone repository. My problems with >>>> building >>>> it locally lead me to attempt to follow your recipe, but perhaps >>>> that >>>> was also not appropriate for my situation. >>>> >>>> I still have no way to run the current SFLPhone on my natty >>>> system. I >>>> am >>>> open to suggestions how to get this built so I can run it. >>> I have a natty VM, and time permitting, I will let you know how to >>> get the latest SFLphone up and running on it. >>> >>> Best, >>> Tristan >> Any progress on this, Tristan? I am asking as I just had reason to >> try >> using SFLPhone on my laptop and found that 1.2.2 does not appear to >> have >> touch-tones working on my system. I was attempting to have SFLPhone >> access my cell phone's voice-mail, which requires touch-tones to >> access, >> and found that the voice-mail system was not hearing the touch-tones >> from 1.2.2 and it could not be used. > Unfortunately I found that it would take considerable effort to backport > the GNOME client to Natty. Perhaps the KDE client might work? At this point I can't even build the daemon, let alone the client. I get the following attempting to build the daemon: ====================================================== /bin/bash ../libtool --tag=CXX --mode=link g++ -DPREFIX=\"/usr/local\" -DPROGSHAREDIR=\"/usr/local/share/sflphone\" -DUSE_IAX -DUSE_NETWORKMANAGER -DVERSION=\"1.2.3\" -g -O2 -o sflphoned sflphoned-main.o ./libsflphone.la -lssl -lcrypto -lyaml -lspeexdsp -lspeex -lgsm -lpcre -L/usr/lib -lexpat libtool: link: g++ -DPREFIX=\"/usr/local\" -DPROGSHAREDIR=\"/usr/local/share/sflphone\" -DUSE_IAX -DUSE_NETWORKMANAGER -DVERSION=\"1.2.3\" -g -O2 -o sflphoned sflphoned-main.o ./.libs/libsflphone.a /usr/lib/libzrtpcpp.so -L/home/dhdurgee/Src/sflphone-1.2.3/daemon/libs/pjproject-2.0.1/pjlib/lib -L/home/dhdurgee/Src/sflphone-1.2.3/daemon/libs/pjproject-2.0.1/pjlib-util/lib -L/home/dhdurgee/Src/sflphone-1.2.3/daemon/libs/pjproject-2.0.1/pjnath/lib -L/home/dhdurgee/Src/sflphone-1.2.3/daemon/libs/pjproject-2.0.1/pjmedia/lib -L/home/dhdurgee/Src/sflphone-1.2.3/daemon/libs/pjproject-2.0.1/pjsip/lib -L/home/dhdurgee/Src/sflphone-1.2.3/daemon/libs/pjproject-2.0.1/third_party/lib -lpjsua-x86_64-unknown-linux-gnu -lpjsip-ua-x86_64-unknown-linux-gnu -lpjsip-simple-x86_64-unknown-linux-gnu -lpjsip-x86_64-unknown-linux-gnu -lpjmedia-codec-x86_64-unknown-linux-gnu -lpjmedia-videodev-x86_64-unknown-linux-gnu -lpjmedia-x86_64-unknown-linux-gnu -lpjmedia-audiodev-x86_64-unknown-linux-gnu -lpjnath-x86_64-unknown-linux-gnu -lpjlib-util-x86_64-unknown-linux-gnu -lresample-x86_64-unknown-linux-gnu -lsrtp-x86_64-unknown-linux-gnu -lpj-x86_64-unknown-linux-gnu -lnsl /usr/lib/libasound.so -lpulse /usr/lib/libsamplerate.so -ldbus-c++-1 -ldbus-1 -lpthread -L/usr/lib /usr/lib/libccrtp1.so /usr/lib/libccgnu2.so -ldl -lrt -lssl -lcrypto /usr/lib/libyaml.so -lspeexdsp -lspeex -lgsm -lpcre /usr/lib/x86_64-linux-gnu/libexpat.so -pthread ./.libs/libsflphone.a(libsiplink_la-sipaccount.o): In function `SIPAccount::initTlsConfiguration()': /home/dhdurgee/Src/sflphone-1.2.3/daemon/src/sip/sipaccount.cpp:750: undefined reference to `pj_ssl_cipher_get_availables' ./.libs/libsflphone.a(libsiplink_la-sipaccount.o): In function `SIPAccount::displayCipherSuite()': /home/dhdurgee/Src/sflphone-1.2.3/daemon/src/sip/sipaccount.cpp:740: undefined reference to `pj_ssl_cipher_name' ./.libs/libsflphone.a(libsiplink_la-siptransport.o): In function `SipTransport::createTlsListener(SIPAccount&)': /home/dhdurgee/Src/sflphone-1.2.3/daemon/src/sip/siptransport.cpp:281: undefined reference to `pjsip_tls_transport_start' collect2: ld returned 1 exit status make[3]: *** [sflphoned] Error 1 make[3]: Leaving directory `/perm/home/dhdurgee/Src/sflphone-1.2.3/daemon/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/perm/home/dhdurgee/Src/sflphone-1.2.3/daemon/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/perm/home/dhdurgee/Src/sflphone-1.2.3/daemon' make: *** [all] Error 2 ============================================================= Where do I go from here? Dave _______________________________________________ SFLphone mailing list [email protected] http://lists.savoirfairelinux.net/mailman/listinfo/sflphone _______________________________________________ SFLphone mailing list [email protected] http://lists.savoirfairelinux.net/mailman/listinfo/sflphone
