From owner-freebsd-questions@FreeBSD.ORG Fri Mar 26 07:22:33 2004 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 36FD216A4CE for ; Fri, 26 Mar 2004 07:22:33 -0800 (PST) Received: from hermes.webtent.net (hermes.webtent.net [192.216.106.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCC5F43D45 for ; Fri, 26 Mar 2004 07:22:32 -0800 (PST) (envelope-from robert@rfitz.com) Received: from [192.168.1.11] (webtent.org [198.79.127.235]) by hermes.webtent.net (8.10.2/8.10.2) with ESMTP id i2QFFOX12137; Fri, 26 Mar 2004 10:15:24 -0500 From: Robert Fitzpatrick To: Breno Colom In-Reply-To: <20040326150430.GB687@bcolom.americatelperu.red> References: <1080304722.3855.5.camel@columbus> <20040326150430.GB687@bcolom.americatelperu.red> Content-Type: text/plain Message-Id: <1080314096.4153.2.camel@columbus> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Fri, 26 Mar 2004 10:14:56 -0500 Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Sample server for Cyrus SASL 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: Fri, 26 Mar 2004 15:22:33 -0000 On Fri, 2004-03-26 at 10:04, Breno Colom wrote: > El 26/26/2004 07:38AM, WebTent Support escribio: > > I have Cyrus SASL 2.1.18 installed from ports on 5.2.1. Does it place > > the source somewhere? How can I test with the sample-server and > > sample-client? > > > > /usr/ports/distfiles should have the tarballs of everything installed > from ports. I see the tarball, but if I untar it and try to 'make server' in the sample directory, I get errors. I believe this has to be done after a successful build of the package in order for it to capture variables, etc. Can I just do 'configure...' to allow building the sample apps? If so, how can I determine the parameters used for the original configuration so I can use the same? -- Robert