From owner-freebsd-questions@FreeBSD.ORG Wed Nov 15 15:36:23 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 E879016A40F for ; Wed, 15 Nov 2006 15:36:23 +0000 (UTC) (envelope-from jan.grant@bristol.ac.uk) Received: from diri.bris.ac.uk (diri.bris.ac.uk [137.222.10.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E22E43D64 for ; Wed, 15 Nov 2006 15:36:22 +0000 (GMT) (envelope-from jan.grant@bristol.ac.uk) Received: from mail.ilrt.bris.ac.uk ([137.222.16.62]) by diri.bris.ac.uk with esmtp (Exim 4.63) (envelope-from ) id 1GkMo8-0002kC-Dx; Wed, 15 Nov 2006 15:36:21 +0000 Received: from cse-jg.cse.bris.ac.uk ([137.222.12.37]:52045) by mail.ilrt.bris.ac.uk with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1GkMnp-0002zM-Dq; Wed, 15 Nov 2006 15:35:53 +0000 Date: Wed, 15 Nov 2006 15:35:53 +0000 (GMT) From: Jan Grant X-X-Sender: cmjg@tribble.ilrt.bris.ac.uk To: Rachel Florentine In-Reply-To: <20061115150252.81562.qmail@web57814.mail.re3.yahoo.com> Message-ID: <20061115153510.O92783@tribble.ilrt.bris.ac.uk> References: <20061115150252.81562.qmail@web57814.mail.re3.yahoo.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-ILRT-MailScanner: Found to be clean X-ILRT-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.001, required 6, autolearn=disabled, ALL_TRUSTED -1.44, AWL 0.44) X-ILRT-MailScanner-From: jan.grant@bristol.ac.uk X-Spam-Status: No X-Spam-Score: -1.3 X-Spam-Level: - Cc: freebsd-questions@freebsd.org Subject: Re: What Is the PATH to cyrus-sasl2? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Nov 2006 15:36:24 -0000 On Wed, 15 Nov 2006, Rachel Florentine wrote: > Hi; > I'm building openldap from source since I can't figure out how to pass > arguments to the port. I need to build with cyrus-sasl2, which is > built. > However, I don't know what the path is, and my build can't find it by > itself. Please help. TIA, Rachel The generic approach to determining what a port has installed and where is this: pkg_info -L {package name} jan