[asterisk-users] Jack in /usr/local/ means failure for asterisk

Motiejus Jakštys desired.mta at gmail.com
Wed May 26 07:23:41 CDT 2010


Tried the following, both did not work:
jack:
./configure --prefix=/usr && make && sudo make install
./configure --disable-xmldoc && make menuselect - same problem (XXX app_jack)

Jack installed in /usr/local/
./configure --prefix=/usr/local && make menuselect - same problem (XXX app_jack)

ran "make" without changing (and having ability to change anything) in
menuselect, but app_jack.so didn't appear:
motiejus at pbx3:/usr/src/asterisk-1.6.2.7$ ls -l `find | grep jack`
-rw-r--r-- 1 motiejus motiejus 27378 2008-12-15 16:40 ./apps/app_jack.c
-rw-r--r-- 1 motiejus motiejus     0 2010-05-26 15:12 ./apps/.app_jack.makeopts
-rw-r--r-- 1 motiejus motiejus   166 2010-05-26 15:12
./apps/.app_jack.moduleinfo
motiejus at pbx3:/usr/src/asterisk-1.6.2.7$

Any more suggestions?

On Wed, May 26, 2010 at 2:21 PM,  <covici at ccs.covici.com> wrote:
> Motiejus Jakštys <desired.mta at gmail.com> wrote:
>
>> Hi,
>> I have been headbanging with asterisk and Jack for a while, decited to
>> ask other linuxists for an advice.
>>
>> The problem is that Jack is compiled from source (0.118) in /usr/local/, but
>> menuselect says "XXX" for it (cannot enable it). I need jack...
>> Otherwise I will inotify Monitor WAVs, what is bad :`(
>>
>> After installing jack from sources:
>> Add system-wide PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig
>> so pkg-config --libs jack recognizes it.
>>
>> Modified /etc/ld.so.conf so libjack.so is cached in ld.so.cache:
>> motiejus at pbx3:/etc$ strings ld.so.cache  | grep jack
>> libjackserver.so.0
>> /usr/local/lib64/libjackserver.so.0
>> libjackserver.so
>> /usr/local/lib64/libjackserver.so
>> libjack.so.0
>> /usr/local/lib64/libjack.so.0
>> libjack.so
>> /usr/local/lib64/libjack.so
>>
>> So... When I run in asterisk source dir: ./configure --disable-xmldoc,
>> output has this line:
>> checking for jack/jack.h... yes
>> however, make menuselect shows XXX app_jack
>>
>> System information:
>> motiejus at pbx3:/usr/src/asterisk-1.6.2.7$ uname -a
>> Linux pbx3 2.6.18.8-xenU #2 SMP Thu Apr 29 15:55:34 EEST 2010 x86_64 GNU/Linux
>> motiejus at pbx3:/usr/src/asterisk-1.6.2.7$ cat /etc/debian_version
>> 5.0.4
>>
>> Any help/suggestions how should I report Jack to asterisk really appreciated.
>> Is it a bug? Should I report it that asterisk finds/does not find jack
>> to mantis?
>>
>> Full configure log: http://paste.ubuntu.com/439830/
>>
>> P.S. jack 0.109.2 (default debian repos) works fine.
>
> You need in your ./configure command line --prefix=/usr
> --mandir=/usr/share/man along with any other options and asterisk should
> see things.
>
> --
> Your life is like a penny.  You're going to lose it.  The question is:
> How do
> you spend it?
>
>         John Covici
>         covici at ccs.covici.com
>
> --
> _____________________________________________________________________
> -- 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



More information about the asterisk-users mailing list