From owner-freebsd-questions@FreeBSD.ORG Tue Nov 23 12:47:15 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 8B1FB16A4CE for ; Tue, 23 Nov 2004 12:47:15 +0000 (GMT) Received: from smtpauth03.mail.atl.earthlink.net (smtpauth03.mail.atl.earthlink.net [209.86.89.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 621C243D45 for ; Tue, 23 Nov 2004 12:47:15 +0000 (GMT) (envelope-from algould@datawok.com) Received: from [206.255.31.21] (helo=[192.168.63.10]) by smtpauth03.mail.atl.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 4.34) id 1CWa4g-0003Hb-S0 for freebsd-questions@freebsd.org; Tue, 23 Nov 2004 07:47:14 -0500 From: "Andrew L. Gould" To: freebsd-questions@freebsd.org Date: Tue, 23 Nov 2004 06:47:35 -0600 User-Agent: KMail/1.6.2 References: <200411230304.11804.algould@datawok.com> <20041123102355.GA35548@catflap.slightlystrange.org> <41A315D4.4080804@circlesquared.com> In-Reply-To: <41A315D4.4080804@circlesquared.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200411230647.36022.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69563f9fea00a6dd62bc9f44c10df0e082da7e0c5ad2f3665581350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 206.255.31.21 Subject: Re: php4 ports configuration file 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: Tue, 23 Nov 2004 12:47:15 -0000 On Tuesday 23 November 2004 04:49 am, Peter Risdon wrote: > > On Tue, Nov 23, 2004 at 03:04:11AM -0600, Andrew L. Gould wrote: > >>I currently have the php4 port installed with support for various > >>programs such as postgresql. I would like to add support for imap; > >> so I did a make clean (in both php4 and php4-extensions) followed > >> by a make so there is no directory for working files. Rather than > >> see a screen to allow me to select various extensions, I saw a > >> line that stated that a saved configuration file had been found. > >> > >>Where can I find the saved configuration file? (No working > >> directory exists after make clean.) How can I add imap to the > >> existing configuration? > > #cd /usr/ports/lang/php4-extensions > #make configure > > or > > #cd /usr/ports/mail/php4-imap > #make install clean > > > Peter Thanks. Andrew