From owner-freebsd-current Fri Jul 11 15:27:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA06937 for current-outgoing; Fri, 11 Jul 1997 15:27:26 -0700 (PDT) Received: (from jmb@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA06911; Fri, 11 Jul 1997 15:27:04 -0700 (PDT) From: "Jonathan M. Bresler" Message-Id: <199707112227.PAA06911@hub.freebsd.org> Subject: Re: Heads up and and a call for a show of hands. To: jkh@time.cdrom.com (Jordan K. Hubbard) Date: Fri, 11 Jul 1997 15:27:04 -0700 (PDT) Cc: current@freebsd.org, hans@brandinnovators.com In-Reply-To: <1011.868634163@time.cdrom.com> from "Jordan K. Hubbard" at Jul 11, 97 08:16:03 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk /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