[Openais] [PATCH] Use objdb

Steven Dake sdake at redhat.com
Wed Apr 12 19:14:58 PDT 2006


On Tue, 2006-04-11 at 10:24 +0200, Hans Feldt wrote:
> Steven Dake wrote:
> 
> >>BTW, are there plans on fixing the search for .lcrso file in current 
> >>directory? 'make install' does not copy these files. Wouldn't it be 
> >>better to specify services to be loaded in the config file and let 
> >>dlopen() find the library acc. to its built in rules?
> >>
> > 

The services can be configured via config file for which services to
load.

> > 
> > I think what we should do here is have a list of object paths which can
> > be searched that are configured in the configuration file.  I'll work on
> > the patch.
> 
> But dlopen already has its own set of search rules (/lib, /usr/lib, 
> LD_LIBRARY_PATH etc), wouldn't it be good to use them?
> 

This is suitable if the LD_LIBRARY_PATH can be used to specify the local
working directory.  I want to ensure a minimum of pain for developers to
develop without having to install the software to run tests.

Clearly our "make install" rule could use some work.

> Regards,
> Hans




More information about the Openais mailing list