Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jan 2006 16:25:46 +0100
From:      Kiffin Gish <kiffin.gish@planet.nl>
To:        freebsd-questions@freebsd.org
Subject:   Re: Making shared libraries findable ...
Message-ID:  <1137079546.821.7.camel@localhost>
In-Reply-To: <1137079278.821.5.camel@localhost>
References:  <1137079278.821.5.camel@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
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@planet.nl>




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1137079546.821.7.camel>