Making shared libraries findable ...

Kiffin Gish kiffin.gish at planet.nl
Thu Jan 12 07:25:51 PST 2006


On Thu, 2006-01-12 at 16:21 +0100, Kiffin Gish wrote:
> I have some shared libraries blah.so etc. that I want to be available to
> other programs. They are located in a separate directory from the
> default linux compat stuff.
> 
> I guess I could create a link using ln -s, but every time blah.so is
> rebuilt the link will not longer be valid.
> 
> What's the standard way of taking care of this?
> 
> Thanks alot in advance.
> 

Why don't you try ldconfig -m /path_to_blah ?

-- 
Kiffin Gish <kiffin.gish at planet.nl>



More information about the freebsd-questions mailing list