From owner-freebsd-questions@FreeBSD.ORG Tue Nov 23 09:03:53 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 920DB16A4CE for ; Tue, 23 Nov 2004 09:03:53 +0000 (GMT) Received: from smtpauth09.mail.atl.earthlink.net (smtpauth09.mail.atl.earthlink.net [209.86.89.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B43D43D3F for ; Tue, 23 Nov 2004 09:03:51 +0000 (GMT) (envelope-from algould@datawok.com) Received: from [206.255.31.21] (helo=[192.168.63.10]) by smtpauth09.mail.atl.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 4.34) id 1CWWaU-00053w-Rw for freebsd-questions@freebsd.org; Tue, 23 Nov 2004 04:03:50 -0500 From: "Andrew L. Gould" To: freebsd-questions@freebsd.org Date: Tue, 23 Nov 2004 03:04:11 -0600 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200411230304.11804.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69563f9fea00a6dd62bcdcdb7c9055afd6b37a12f99fb654c51d350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 206.255.31.21 Subject: 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 09:03:53 -0000 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? Thanks, Andrew Gould