Ryan, Travis
2015-Sep-24 17:26 UTC
[asterisk-users] problems with PJSIP install on UBUNTU 14.04
On 9/24/15, 8:10 AM, "asterisk-users-bounces at lists.digium.com on behalf of Joshua Colp" <asterisk-users-bounces at lists.digium.com on behalf of jcolp at digium.com> wrote:>On 15-09-24 08:54 AM, Ryan, Travis wrote: >> >> travis at pcimphone1:~/downloads/asterisk-13.5.0$ pkg-config --libs >> libpjproject -L/usr/local/lib -lpjsua2-x86_64-unknown-linux-gnu >> -lstdc++ -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-audiodev-x86_64-unknown-linux-gnu >> -lpjmedia-x86_64-unknown-linux-gnu -lpjnath-x86_64-unknown-linux-gnu >> -lpjlib-util-x86_64-unknown-linux-gnu -lsrtp-x86_64-unknown-linux-gnu >> -lresample-x86_64-unknown-linux-gnu >> -lgsmcodec-x86_64-unknown-linux-gnu -lspeex-x86_64-unknown-linux-gnu >> -lilbccodec-x86_64-unknown-linux-gnu >> -lg7221codec-x86_64-unknown-linux-gnu >> -lportaudio-x86_64-unknown-linux-gnu -lpj-x86_64-unknown-linux-gnu >> -lssl -lcrypto -luuid -lm -lrt -lpthread > >Your pkg-config file is specifying /usr/local/lib - are there any >remaining libpj files in there? > >ls -al /usr/local/lib/libpj*.so >ls -al /usr/local/lib/libpj*.a > > >-- >Joshua Colp >Digium, Inc. | Senior Software Developer >445 Jan Davis Drive NW - Huntsville, AL 35806 - US >Check us out at: www.digium.com & www.asterisk.org > >-- >_____________________________________________________________________ >-- Bandwidth and Colocation Provided by http://www.api-digital.com -- >New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > >asterisk-users mailing list >To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >That folder doesn?t have any libpj files in it. How do I make it find the real ones?>
Joshua Colp
2015-Sep-24 17:30 UTC
[asterisk-users] problems with PJSIP install on UBUNTU 14.04
Ryan, Travis wrote:>> > That folder doesn?t have any libpj files in it. How do I make it find the > real ones?You can delete libpjproject.pc from the places it currently exists and then reinstall pjproject. That should put a proper pkg-config file in. Then doing a make distclean and make of Asterisk may work. -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk.org
Ryan, Travis
2015-Sep-24 18:06 UTC
[asterisk-users] problems with PJSIP install on UBUNTU 14.04
On 9/24/15, 1:30 PM, "asterisk-users-bounces at lists.digium.com on behalf of Joshua Colp" <asterisk-users-bounces at lists.digium.com on behalf of jcolp at digium.com> wrote:>Ryan, Travis wrote: >>> >> That folder doesn?t have any libpj files in it. How do I make it find >>the >> real ones? > >You can delete libpjproject.pc from the places it currently exists and >then reinstall pjproject. That should put a proper pkg-config file in. >Then doing a make distclean and make of Asterisk may work. > >-- >Joshua Colp >Digium, Inc. | Senior Software Developer >445 Jan Davis Drive NW - Huntsville, AL 35806 - US >Check us out at: www.digium.com & www.asterisk.org > >-- >_____________________________________________________________________ >-- Bandwidth and Colocation Provided by http://www.api-digital.com -- >New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > >asterisk-users mailing list >To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >I think i?m down to the right set of pj and only have one of the files for pkg-config but now asterisk doesn?t see that it?s installed. Also ldconfig is showing right info.>