From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9848 invoked by alias); 29 Aug 2004 20:25:21 -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 9837 invoked from network); 29 Aug 2004 20:25:20 -0000 Received: from unknown (HELO out003.verizon.net) (206.46.170.103) by sourceware.org with SMTP; 29 Aug 2004 20:25:20 -0000 Received: from home.ringle.org ([4.27.193.51]) by out003.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040829202520.PQVU26805.out003.verizon.net@home.ringle.org> for ; Sun, 29 Aug 2004 15:25:20 -0500 Received: by home.ringle.org (Postfix, from userid 501) id 5EFF9B8647; Sun, 29 Aug 2004 16:25:15 -0400 (EDT) From: Jon Ringle To: sid@sources.redhat.com Subject: Re: fail to run voice pager demo Date: Sun, 29 Aug 2004 20:25:00 -0000 User-Agent: KMail/1.5 References: <200408291451.19074.jon.ringle@comdial.com> <200408291619.03307.jon.ringle@comdial.com> In-Reply-To: <200408291619.03307.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: <200408291625.15127.jon.ringle@comdial.com> X-Authentication-Info: Submitted using SMTP AUTH at out003.verizon.net from [4.27.193.51] at Sun, 29 Aug 2004 15:25:19 -0500 X-SW-Source: 2004-q3/txt/msg00028.txt.bz2 On Sunday 29 August 2004 04:19 pm, Jon Ringle wrote: > 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-p >ager.out Configuration file saved to `Test-voice-pager.out.conf'. > + sid -f > /home/eringlej/sid/src-snapshot-20040828/sid/demos/voice-pager/Test-voice-p >ager.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. Again using strace -f, I could see that sid was looking in /share/sidcomp for files not found, So it seems I have some configuration problem that is not inserting a needed prefix of /usr/local on my installation. Any hints on getting this right? Thanks, Jon