From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 46FBB1381F3 for ; Fri, 18 Oct 2013 20:26:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C72FDE0C34; Fri, 18 Oct 2013 20:26:36 +0000 (UTC) Received: from mail0200.smtp25.com (mail0200.smtp25.com [174.37.170.200]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6616BE0C17 for ; Fri, 18 Oct 2013 20:26:35 +0000 (UTC) Received: from ccs.covici.com (s-out-001.smtp25.com [67.228.91.90]) by s-out-001.smtp25.com (8.14.2/8.14.2) with ESMTP id r9IKQXqx022153 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Fri, 18 Oct 2013 16:26:33 -0400 Received: from ccs.covici.com (localhost [127.0.0.1]) by ccs.covici.com (8.14.7/8.14.5) with ESMTP id r9IKQWSg015276 for ; Fri, 18 Oct 2013 16:26:32 -0400 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Asterisk 11.5.1 MeetMe on Gentoo In-reply-to: <1382118281.13276.21.camel@basbox> References: <1382052231.2370.51.camel@basbox> <20394.1382092137@ccs.covici.com> <1382105567.13276.6.camel@basbox> <22348.1382117163@ccs.covici.com> <1382117789.13276.16.camel@basbox> <1382118281.13276.21.camel@basbox> Comments: In-reply-to sbasurto@soft-gator.com message dated "Fri, 18 Oct 2013 12:44:41 -0500." X-Mailer: MH-E 8.2; nmh 1.3; GNU Emacs 23.4.1 Date: Fri, 18 Oct 2013 16:26:32 -0400 Message-ID: <15275.1382127992@ccs.covici.com> From: covici@ccs.covici.com X-SpamH-OriginatingIP: 70.109.53.110 X-SpamH-Filter: s-out-001.smtp25.com-r9IKQXqx022153 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Archives-Salt: 1e958305-9cef-4c42-bef1-1ff18b1a3103 X-Archives-Hash: 779a90522d000dc133955aec3f6b9591 sbasurto@soft-gator.com wrote: > On Fri, 2013-10-18 at 12:36 -0500, sbasurto@soft-gator.com wrote: > > > On Fri, 2013-10-18 at 13:26 -0400, covici@ccs.covici.com wrote: > > > > > sbasurto@soft-gator.com wrote: > > > > > > f> On Fri, 2013-10-18 at 06:28 -0400, covici@ccs.covici.com wrote: > > > > > > > > > sbasurto@soft-gator.com wrote: > > > > > > > > > > > Hello, > > > > > > > > > > > > I am running asterisk with dahdi in several Gentoo servers, everything > > > > > > works great, but when I try to use meetme it tells me that there is no > > > > > > application I already try: > > > > > > > > > > > > 1. In asterisk command line: > > > > > > > > > > > > asterisk> module load app_meetme.so > > > > > > Unable to load module app_meetme.so > > > > > > Command 'module load app_meetme.so' failed. > > > > > > [Oct 17 18:16:37] WARNING[5038]: loader.c:423 load_dynamic_module: Error > > > > > > loading module 'app_meetme.so': /usr/lib/asterisk/modules/app_meetme.so: > > > > > > cannot open shared object file: No such file or directory > > > > > > [Oct 17 18:16:37] WARNING[5038]: loader.c:902 load_resource: Module > > > > > > 'app_meetme.so' could not be loaded. > > > > > > asterisk> > > > > > > > > > > > > 2. I compile libpri, dahdi , dahdi-tools and asterisk in that order. > > > > > > > > > > > > 3. Search on google for the right USE flag > > > > > > > > > > > > but nothing until now works, any one knows how to make the app_meetme.so > > > > > > be compiled on Gentoo? > > > > > > > > > > > > I post this here because I am using Gentoo, but please point me in the > > > > > > right direction if I am wrong. > > > > > Check make menuselect and make sure meetme is being compiled and make > > > > > sure dahdi is correctly installed, necessary to meetme. > > > > > > > > > > > > > > > > > > > > > > > Thanks for your response, > > > > > > > > If I do: > > > > > > > > asterisk> dahdi show status > > > > Description Alarms IRQ bpviol CRC > > > > Fra Codi Options LBO > > > > asterisk> dahdi show channels > > > > Chan Extension Context Language MOH Interpret > > > > Blocked State Description > > > > pseudo default default > > > > In Service > > > > asterisk> dahdi show cadences > > > > r1: 125,125,2000,4000 > > > > r2: 250,250,500,1000,250,250,500,4000 > > > > r3: 125,125,125,125,125,4000 > > > > r4: 1000,500,2500,5000 > > > > asterisk> > > > > > > > > About check menuselect: > > > > > > > > I am not compiling from source, when I say compiling I refer to: > > > > # emerge -av libpr > > > > # emerge -av dahdi dahdi-tools > > > > # emerge -av asterisk > > > > > > > > My USE flags are right now: > > > > net-misc/asterisk postgres http syslog span doc srtp odbc dahdi > > > > > > This is gentoo, so you are compiling. I would look at the build log and > > > see if they do make menuselect. If not maybe you should compile from > > > source instead or check the ebuild. > > > I bet that meetme is not being compiled and you need to find out why. > > > > > > > > > > Yeah you are right is Gentoo, I put the log in the following link: > > > > http://www.soft-gator.com/asterisk-11.5.1.ebuild > > > > Any comment on the log will be appreciated. That is not the log, that is the ebuild. See my previous message. -- Your life is like a penny. You're going to lose it. The question is: How do you spend it? John Covici covici@ccs.covici.com