From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 02:48:47 2003 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 3E32F37B404 for ; Mon, 2 Jun 2003 02:48:44 -0700 (PDT) Received: from herald.cc.purdue.edu (herald.cc.purdue.edu [128.210.11.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E34D43F3F for ; Mon, 2 Jun 2003 02:48:43 -0700 (PDT) (envelope-from foob@purdue.edu) Received: from herald.cc.purdue.edu (localhost [127.0.0.1]) h529mgnc025447 for ; Mon, 2 Jun 2003 04:48:42 -0500 (EST) Received: from localhost (foob@localhost)h529mgMw025435 for ; Mon, 2 Jun 2003 04:48:42 -0500 (EST) X-Authentication-Warning: herald.cc.purdue.edu: foob owned process doing -bs Date: Mon, 2 Jun 2003 04:48:42 -0500 (EST) From: Bingrui Foo X-X-Sender: foob@herald.cc.purdue.edu To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Installing packages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2003 09:48:48 -0000 Hi all, I installed tdb and tinycdb and it seems they installed it in /usr/local. Not sure how to include their header files properly. For example, #include won't work, unless I move /usr/local/include/cdb.h to /usr/include/cdb.h But not sure how the libraries and all the other files moved there. I'm sure I'm doing something wrongly, wonder what it is. Foo