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