[haiku-development] Re: Optional Library Package

  • From: Rene Gollent <anevilyak@xxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Thu, 13 May 2010 12:13:04 -0400

On Thu, May 13, 2010 at 12:07 PM, Karl vom Dorff <karlvd@xxxxxxxxx> wrote:
> If an older BeOS application needs an older specific library, is it possible
> to put the library(ies) in a folder i.e /boot/home/config/lib/legacy
> and the application will find it, or, will it just use the newer library
> under /boot/home/config/lib??

You can put it in ./lib under the app's working directory and it will
find it fine. The runtime loader will look in ./lib, then
~/config/lib, then /boot/common/lib and last but not least
/boot/system/lib for a match, in that order, assuming you haven't
modified the library path environment var manually.

Regards,

Rene

Other related posts: