Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jul 1997 15:27:04 -0700 (PDT)
From:      "Jonathan M. Bresler" <jmb>
To:        jkh@time.cdrom.com (Jordan K. Hubbard)
Cc:        current@freebsd.org, hans@brandinnovators.com
Subject:   Re: Heads up and and a call for a show of hands.
Message-ID:  <199707112227.PAA06911@hub.freebsd.org>
In-Reply-To: <1011.868634163@time.cdrom.com> from "Jordan K. Hubbard" at Jul 11, 97 08:16:03 am

next in thread | previous in thread | raw e-mail | index | archive | help
/etc/rc.conf used first to satisfy dynamic linking
if /etc/ld.so.conf (or /usr/local/etc/ld.so.conf whichever is chosen)
exits, then its contents override /etc/rc.conf for each library found
in the directories listed.

example:
/etc/rc.conf: /usr/lib
        /usr/lib contains libc.so.2.2
                          libc.so.3.0
/etc/ld.so.conf: /usr/local/lib
        /usr/local/contains libc.so.3.0

then any programs that require libc.so.3.0,
use the one in /usr/local/lib

any programs that require libc.so.2.2
use the one in /usr/lib
 
any vendor can install their own library to override the default
no one has to rewrite their files unless they choose to populate
/etc/ld.so.conf
   
jmb




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