From owner-freebsd-current Sun Apr 1 0:46:31 2001 Delivered-To: freebsd-current@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id EAE2637B719 for ; Sun, 1 Apr 2001 00:46:28 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f318jDZ20316; Sun, 1 Apr 2001 00:45:13 -0800 (PST) (envelope-from obrien) Date: Sun, 1 Apr 2001 00:44:43 -0800 From: "David O'Brien" To: Steve Kargl Cc: current@freebsd.org Subject: Re: third party shared library and ldconfig Message-ID: <20010401004443.A20245@dragon.nuxi.com> Reply-To: current@freebsd.org References: <20010331222025.A56763@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010331222025.A56763@troutmask.apl.washington.edu>; from sgk@troutmask.apl.washington.edu on Sat, Mar 31, 2001 at 10:20:25PM -0800 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Mar 31, 2001 at 10:20:25PM -0800, Steve Kargl wrote: > (3) Edit /etc/rc to explicitly include /usr/local/lib/NAGWare > This becomes an annoyance when running mergemaster. > It also isn't a general solution for other third party > software installations. The proper way to do this is via /etc/rc.conf. My own is: ldconfig_paths="/usr/lib/compat /usr/X11R6/lib /usr/local/lib /opt/Motif/lib /usr/treats/lib" Just start with the value in /etc/defaults/rc.conf and add to it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message