Displaying 7 results from an estimated 7 matches for "libpjproject".
2014 Aug 12
2
Asterisk 12 on Debian Wheezy
Hello,
A couple of questions in relation with Asterisk 12 on Debian Wheezy.
1. Can paquet libpjproject-dev (from wheezy-backport) be installed as
the sole binary to add PJSIP stack to Asterisk 12 (compiled from
source) ?
2. When compiling PJPROJECT from source (see
https://wiki.asterisk.org/wiki/display/AST/Building+and+Installing+pjproject?src=search)),
where should PJSIP .so files be located in a...
2014 Aug 14
0
Asterisk 12 on Debian Wheezy [SOLVED]
...>> checking for PJPROJECT... no
>>
>> A shot with make menuselect shows PJSIP is not available for Asterisk.
>>
>> How can I help Asterisk's configure script to find PJPROJECT files
>> (such as /usr/lib/libpjmedia.so) ?
>>
>
> Does pkg-config find libpjproject?
>
> $ pkg-config --list-all | grep libpjproject
>
> Asterisk's configure script uses pkg-config - so if that can't find
> it, Asterisk can't find it.
>
> --
> Matthew Jordan
> Digium, Inc. | Engineering Manager
> 445 Jan Davis Drive NW - Huntsville, AL 358...
2015 Sep 24
2
problems with PJSIP install on UBUNTU 14.04
....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...
2015 Sep 24
2
problems with PJSIP install on UBUNTU 14.04
...k-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
>> -l...
2015 Sep 24
2
problems with PJSIP install on UBUNTU 14.04
...I thought it
> would work, because I got rid of ALL of them per your instructions and
> completely reconfigured and compiled both pjsip and then asterisk.
Same problem. Asterisk was built against static instead of shared.
What's the output of:
ls -al /usr/lib/libpj*
pkg-config --libs libpjproject
And from the pjproject source directory:
grep "aconfigure" config.status
--
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
travis at pcimphone1:~/downloads/asterisk-13.5.0$ l...
2015 Sep 24
3
problems with PJSIP install on UBUNTU 14.04
Ok I did all that and it's still crashing. I did find some other areas I think that shouldn't have had any of those files, so I thought it would work, because I got rid of ALL of them per your instructions and completely reconfigured and compiled both pjsip and then asterisk.
Attached is the new backtrace...
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
2015 Sep 24
2
problems with PJSIP install on UBUNTU 14.04
...Travis wrote:
>>>
>> 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.
>>
>>
>
>What does pkg-config --libs libpjproject show now? That is what Asterisk
>uses.
>
>--
>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
>
>--
>____________________________________________________...