From owner-freebsd-questions@FreeBSD.ORG Thu May 18 03:34:52 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 C3CAE16A400 for ; Thu, 18 May 2006 03:34:52 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD77743D45 for ; Thu, 18 May 2006 03:34:51 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id k4I3Ym0k086284 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 18 May 2006 10:34:48 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id k4I3YmRP085496; Thu, 18 May 2006 10:34:48 +0700 (ICT) Date: Thu, 18 May 2006 10:34:48 +0700 (ICT) Message-Id: <200605180334.k4I3YmRP085496@banyan.cs.ait.ac.th> From: Olivier Nicole To: freebsd-questions@freebsd.org X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Subject: Building horde from ports 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: Thu, 18 May 2006 03:34:52 -0000 Hi, I am trying to build horde (horde-3.1.1_1) from the ports. While I coul dbuild it without any problem in the past, now I get: This port requires the Apache Module or the CGI version of PHP, but you have already installed a PHP port without them. *** Error code 1 At the very begining of make. But my php4 is of course installed as Apache module: ufo: pkg_info | grep php | grep -y module php4-4.4.2_1 PHP Scripting Language (Apache Module and CLI) So what am I doing wrong? Best regards, Olivier