Gentoo Archives: gentoo-user

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

Replies

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