From owner-freebsd-questions@FreeBSD.ORG Wed May 12 00:38:20 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 A77F716A4CE for ; Wed, 12 May 2004 00:38:20 -0700 (PDT) Received: from dyer.circlesquared.com (host217-45-219-83.in-addr.btopenworld.com [217.45.219.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F2EC43D31 for ; Wed, 12 May 2004 00:38:19 -0700 (PDT) (envelope-from peter@circlesquared.com) Received: from circlesquared.com (localhost.petanna.net [127.0.0.1]) i4C7eWAa076728; Wed, 12 May 2004 08:41:59 +0100 (BST) (envelope-from peter@circlesquared.com) Message-ID: <40A1D4F0.3010505@circlesquared.com> Date: Wed, 12 May 2004 08:40:32 +0100 From: Peter Risdon User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7b) Gecko/20040327 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Vivian References: <005301c437eb$a19a1b10$330aa8c0@vivian> In-Reply-To: <005301c437eb$a19a1b10$330aa8c0@vivian> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-questions@FreeBSD.org Subject: Re: php4 installation problem 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: Wed, 12 May 2004 07:38:20 -0000 Vivian wrote: > Hi, > > I have problems installing php4. I have done > cd /usr/ports/www/mod_php4 > make install > > Then, it shows "You cannot define WITH_IMAP *and* WITH_RECODE! Error > code 1 > > Please help me resolve this. This means exactly what it says. When the install starts, you're invited to choose different options. Some are incompatible with each other. Do it again and choose either IMAP or RECODE, but not both. PWR.