From owner-freebsd-ports@FreeBSD.ORG Fri Apr 21 20:33:48 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9127C16A403 for ; Fri, 21 Apr 2006 20:33:48 +0000 (UTC) (envelope-from khera@kcilink.com) Received: from yertle.kcilink.com (yertle.kcilink.com [65.205.34.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 515F643D45 for ; Fri, 21 Apr 2006 20:33:48 +0000 (GMT) (envelope-from khera@kcilink.com) Received: from [192.168.7.103] (host-103.int.kcilink.com [192.168.7.103]) by yertle.kcilink.com (Postfix) with ESMTP id 72E24B826 for ; Fri, 21 Apr 2006 16:33:47 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v749.3) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: ports@freebsd.org From: Vivek Khera Date: Fri, 21 Apr 2006 16:33:46 -0400 X-Mailer: Apple Mail (2.749.3) Cc: Subject: joomla install X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 20:33:48 -0000 I just took a fresh clean jail environment in which I wish to test out joomla. I did a simple "portinstall -v joomla". What it ended up doing is building apache 1.3 (even though I had specified WITH_APACHE2=YES in make.conf), and instead of installing mod_php4, it installed plain-old php4. So I have to back out the necessary bits requiring apache and php4 and manually install apache2 and mod_php4, then install joomla to get the right dependencies. The apache2 issue I can see how it is hard since the USE_APACHE variable says 1.3+ somewhere down the line, but how can one make it build mod_php4 rather than php4 if neither is installed? Also, why can't I install mod_php4 *and* php4 at the same time? Seems there's no way to have command line php4 and apache php4 simultaneously.