From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9962 invoked by alias); 13 Feb 2004 21:43:50 -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 9914 invoked from network); 13 Feb 2004 21:43:49 -0000 Received: from unknown (HELO brouhaha.com) (64.62.206.8) by sources.redhat.com with SMTP; 13 Feb 2004 21:43:49 -0000 Received: (qmail 17264 invoked by uid 1032); 13 Feb 2004 21:43:48 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 13 Feb 2004 21:43:48 -0000 Date: Fri, 13 Feb 2004 21:43:00 -0000 From: Scott Dattalo X-X-Sender: sdattalo@ruckus.brouhaha.com cc: sid@sources.redhat.com Subject: Re: Error when executin sid In-Reply-To: <20040213213355.GE26355@redhat.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2004-q1/txt/msg00022.txt.bz2 On Fri, 13 Feb 2004, Frank Ch. Eigler wrote: > Hi - > > > I have compiled and installed sid (./configure; make; > > make install) but i cant run it. > > [...] > > load librtc.la rtc_component_library > > [...] > > $ sid test.sid > > test.sid:1: dlsym of rtc_component_library in > > component library dso librtc.la failed: sid: undefined > > symbol: rtc_component_library > > [...] > > This sort of thing happens most frequently if the runtime > installation paths don't match the compile-time prefix. > Consider running sid under a tracing tool like strace > (if your platform has it). If nothing else helps, you > can recompile sid with static linking (configure with > --disable-shared). It's probably a case of not having a path to the libraries. Add the path to rtc_component_library to the file /etc/ld.so.conf and then run (as root) /bin/ldconfig . You probably can google around and find an example. But here's something I wrote to another mailing list that addresses this issue: http://www.linuxhacker.org/cgi-bin/ezmlm-cgi/1/2503 Scott