From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6946 invoked by alias); 29 Aug 2004 20:19:10 -0000 Mailing-List: contact sid-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-owner@sources.redhat.com Received: (qmail 6936 invoked from network); 29 Aug 2004 20:19:08 -0000 Received: from unknown (HELO out006.verizon.net) (206.46.170.106) by sourceware.org with SMTP; 29 Aug 2004 20:19:08 -0000 Received: from home.ringle.org ([4.27.193.51]) by out006.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040829201907.WHDD22385.out006.verizon.net@home.ringle.org> for ; Sun, 29 Aug 2004 15:19:07 -0500 Received: by home.ringle.org (Postfix, from userid 501) id 8DCA0B8647; Sun, 29 Aug 2004 16:19:03 -0400 (EDT) From: Jon Ringle To: sid@sources.redhat.com Subject: Re: fail to run voice pager demo Date: Sun, 29 Aug 2004 20:19:00 -0000 User-Agent: KMail/1.5 References: <200408291451.19074.jon.ringle@comdial.com> In-Reply-To: <200408291451.19074.jon.ringle@comdial.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200408291619.03307.jon.ringle@comdial.com> X-Authentication-Info: Submitted using SMTP AUTH at out006.verizon.net from [4.27.193.51] at Sun, 29 Aug 2004 15:19:07 -0500 X-SW-Source: 2004-q3/txt/msg00027.txt.bz2 On Sunday 29 August 2004 02:51 pm, Jon Ringle wrote: > Hello, > > I just discovered the sid project and it looks very interesting and want > to learn more about it. I built and installed sid using: > ./configure > make > sudo make install > > Then added /usr/local/lib/sidcomp to my /etc/ld.so.conf and ran > ldconfig > > I then built the demo voice-pager and when I try to run it I get the > following. Does the demo work? Or is there something I missed? > Ok, I used strace -f ./voice-pager-demo to figure out that sid is looking for libaudio.la and other libs in many places including /lib/sidcomp/, but I have sidcomp located at /usr/local/lib/sidcomp/. I don't know why sid isn't looking where I installed... hmm. Anyway, I got around this problem with: $ cd /lib $ sudo ln -s /usr/local/lib/sidcomp Now when I run the voice-pager-demo I get the following: $ ./voice-pager-demo + arm-elf-sid --no-run --sidcodec=0xA01300 /home/eringlej/sid/src-snapshot-20040828/sid/demos/voice-pager/Test-voice-pager.out Configuration file saved to `Test-voice-pager.out.conf'. + sid -f /home/eringlej/sid/src-snapshot-20040828/sid/demos/voice-pager/Test-voice-pager.out.conf -f voice-pager-demo.conf -f ./voice-pager-demo.conf.pport voice-pager-demo.conf:9: component type bridge-tk unknown voice-pager-demo.conf:10: component panel not found voice-pager-demo.conf:11: component panel not found voice-pager-demo.conf:12: component panel not found voice-pager-demo.conf:18: component panel not found voice-pager-demo.conf:19: component panel not found voice-pager-demo.conf:20: component panel not found voice-pager-demo.conf:21: component panel not found voice-pager-demo.conf:31: component panel not found voice-pager-demo.conf:32: component panel not found Configuration error. Aborting. > Thanks, > > Jon >