From owner-freebsd-questions@FreeBSD.ORG Fri Apr 22 11:52:30 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 064EC16A4CE for ; Fri, 22 Apr 2005 11:52:30 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8574443D68 for ; Fri, 22 Apr 2005 11:52:29 +0000 (GMT) (envelope-from mcbrune@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so724739wra for ; Fri, 22 Apr 2005 04:52:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=eKgsGQtTzsrvNSTFlq/cgAP3iF1zQAKiSU/Ekcdmjcgp8GHszKpz8bsROA309UZr4+HLK3EoG1MkSk4Lq0YmWMrWu7t3QxfUym+rCRRxmW50iIhmboZfCMXxGjPW44OfT3AL95g5fszAAyvDsM3Iz9t+F0f0U6ILe/iy1LKjk6s= Received: by 10.54.10.56 with SMTP id 56mr425898wrj; Fri, 22 Apr 2005 04:52:29 -0700 (PDT) Received: by 10.54.71.20 with HTTP; Fri, 22 Apr 2005 04:52:29 -0700 (PDT) Message-ID: <5627053705042204527599f209@mail.gmail.com> Date: Fri, 22 Apr 2005 06:52:29 -0500 From: Corey Brune To: "Chad Leigh -- Shire. Net LLC" In-Reply-To: <1b86eafe408a7e1e2a48fc2c26c30fb0@shire.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1b86eafe408a7e1e2a48fc2c26c30fb0@shire.net> cc: List Free Bsd Subject: Re: how to make "shared library cache" (ldconfig cache) changes permanent? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Corey Brune List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Apr 2005 11:52:30 -0000 You can add the shared lib directories to /etc/rc.conf.=20 Corey On 4/22/05, Chad Leigh -- Shire. Net LLC wrote: >=20 > I have a new directory I want to be always used to look for shared > libraries. >=20 > I do a >=20 > % ldconfig -m /usr/public/lib >=20 > and all is well. However, on reboot, the changes go away and I have to > do it again. Does not work so well if things that start up at boot > time rely on libraries in the new directory. >=20 > How can I execute this so it is a permanent addition? >=20 > Thanks > Chad >=20 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" >