Gentoo Archives: gentoo-user

From: sbasurto@××××××××××.com
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Asterisk 11.5.1 MeetMe on Gentoo
Date: Fri, 18 Oct 2013 17:52:46
Message-Id: 1382117789.13276.16.camel@basbox
In Reply to: Re: [gentoo-user] Asterisk 11.5.1 MeetMe on Gentoo by covici@ccs.covici.com
1 On Fri, 2013-10-18 at 13:26 -0400, covici@××××××××××.com wrote:
2
3 > sbasurto@××××××××××.com wrote:
4 >
5 > f> On Fri, 2013-10-18 at 06:28 -0400, covici@××××××××××.com wrote:
6 > >
7 > > > sbasurto@××××××××××.com wrote:
8 > > >
9 > > > > Hello,
10 > > > >
11 > > > > I am running asterisk with dahdi in several Gentoo servers, everything
12 > > > > works great, but when I try to use meetme it tells me that there is no
13 > > > > application I already try:
14 > > > >
15 > > > > 1. In asterisk command line:
16 > > > >
17 > > > > asterisk> module load app_meetme.so
18 > > > > Unable to load module app_meetme.so
19 > > > > Command 'module load app_meetme.so' failed.
20 > > > > [Oct 17 18:16:37] WARNING[5038]: loader.c:423 load_dynamic_module: Error
21 > > > > loading module 'app_meetme.so': /usr/lib/asterisk/modules/app_meetme.so:
22 > > > > cannot open shared object file: No such file or directory
23 > > > > [Oct 17 18:16:37] WARNING[5038]: loader.c:902 load_resource: Module
24 > > > > 'app_meetme.so' could not be loaded.
25 > > > > asterisk>
26 > > > >
27 > > > > 2. I compile libpri, dahdi , dahdi-tools and asterisk in that order.
28 > > > >
29 > > > > 3. Search on google for the right USE flag
30 > > > >
31 > > > > but nothing until now works, any one knows how to make the app_meetme.so
32 > > > > be compiled on Gentoo?
33 > > > >
34 > > > > I post this here because I am using Gentoo, but please point me in the
35 > > > > right direction if I am wrong.
36 > > > Check make menuselect and make sure meetme is being compiled and make
37 > > > sure dahdi is correctly installed, necessary to meetme.
38 > > >
39 > > >
40 > > >
41 > >
42 > > Thanks for your response,
43 > >
44 > > If I do:
45 > >
46 > > asterisk> dahdi show status
47 > > Description Alarms IRQ bpviol CRC
48 > > Fra Codi Options LBO
49 > > asterisk> dahdi show channels
50 > > Chan Extension Context Language MOH Interpret
51 > > Blocked State Description
52 > > pseudo default default
53 > > In Service
54 > > asterisk> dahdi show cadences
55 > > r1: 125,125,2000,4000
56 > > r2: 250,250,500,1000,250,250,500,4000
57 > > r3: 125,125,125,125,125,4000
58 > > r4: 1000,500,2500,5000
59 > > asterisk>
60 > >
61 > > About check menuselect:
62 > >
63 > > I am not compiling from source, when I say compiling I refer to:
64 > > # emerge -av libpr
65 > > # emerge -av dahdi dahdi-tools
66 > > # emerge -av asterisk
67 > >
68 > > My USE flags are right now:
69 > > net-misc/asterisk postgres http syslog span doc srtp odbc dahdi
70 >
71 > This is gentoo, so you are compiling. I would look at the build log and
72 > see if they do make menuselect. If not maybe you should compile from
73 > source instead or check the ebuild.
74 > I bet that meetme is not being compiled and you need to find out why.
75 >
76 >
77
78 Yeah you are right is Gentoo, I put the log in the following link:
79
80 http://www.soft-gator.com/asterisk-11.5.1.ebuild
81
82 Kind Regards,
83 --
84 Sergio Basurto Juarez <sbasurto@××××××××××.com>
85 Soft Gator S.A de C.V.

Replies

Subject Author
Re: [gentoo-user] Asterisk 11.5.1 MeetMe on Gentoo sbasurto@××××××××××.com
Re: [gentoo-user] Asterisk 11.5.1 MeetMe on Gentoo covici@××××××××××.com