From owner-freebsd-questions Thu Jul 12 21:37:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from irwanhadi.dorms.usu.edu (irwanhadi.dorms.usu.edu [129.123.230.12]) by hub.freebsd.org (Postfix) with ESMTP id C083137B401 for ; Thu, 12 Jul 2001 21:37:09 -0700 (PDT) (envelope-from irwanhadi@phxby.com) Received: by irwanhadi.dorms.usu.edu (Postfix, from userid 501) id C015EB3B15; Thu, 12 Jul 2001 22:40:30 -0600 (MDT) Date: Thu, 12 Jul 2001 22:40:30 -0600 From: Irwan Hadi To: freebsd-questions@FreeBSD.ORG Subject: Re: Activating a library Message-ID: <20010712224030.B3367@phxby.com> Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <20010712220856.P59685-100000@ashburn.skiltech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010712220856.P59685-100000@ashburn.skiltech.com>; from minter@lunenburg.org on Thu, Jul 12, 2001 at 08:16:52PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Jul 12, 2001 at 08:16:52PM -0600, H. Wade Minter wrote: > I'm working with software that requires the allegro libraries. I > installed the port from /usr/ports/devel/allegro, and it installed > /usr/local/lib/liballeg-3.9.34.so. > > The port installation should have used ldconfig to install the library, > but when I run: > > ldconfig -r > > It doesn't show up in the list. Any ideas why, or how I can get it > working? with me, I just do like this ln -s /usr/local/lib/liballeg-3.9.34.so /usr/lib/liballeg-3.9.34.so To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message