This is the mail archive of the
sid@sources.redhat.com
mailing list for the SID project.
Re: Error when executin sid
- From: Scott Dattalo <scott at dattalo dot com>
- Cc: sid at sources dot redhat dot com
- Date: Fri, 13 Feb 2004 14:01:31 -0800 (PST)
- Subject: Re: Error when executin sid
On Fri, 13 Feb 2004, Frank Ch. Eigler wrote:
> Hi -
>
> On Fri, Feb 13, 2004 at 01:43:48PM -0800, Scott Dattalo wrote:
> > 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 [...]
>
> SID is different in this respect because these shared libraries
> are opened up via dlopen() at runtime, and there is code in sid
> that tries hard to find the specific directories. If it was working
> correctly, this ld.so.conf change should not be necessary.
OTOH, if there was a path to the libraries, then SID wouldn't have to work
hard at all :). ld.so.conf works for dlopen()'d files too!
Scott