From owner-freebsd-questions@FreeBSD.ORG Wed Mar 29 16:34:40 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 3008916A424 for ; Wed, 29 Mar 2006 16:34:40 +0000 (UTC) (envelope-from lordboink@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5A7D43D76 for ; Wed, 29 Mar 2006 16:34:36 +0000 (GMT) (envelope-from lordboink@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so150035wxc for ; Wed, 29 Mar 2006 08:34:35 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=TWpjWQc+zEdQGyz4o52tojZKNaBjTEZe/RGvV1zNNJD3jDaVEWM9Mr4vh+KNxQIuW5jN56KzAeP+MHgRR09VIAbhN+g1JxSpStMz7iPuvmU9sU0VZ8WL8gPI/xxEbumhG0iaD0NQoWmBKvvXdBWg8XeFFfl5wal1h1ZNgVDHgtE= Received: by 10.70.102.5 with SMTP id z5mr725690wxb; Wed, 29 Mar 2006 08:34:35 -0800 (PST) Received: by 10.70.66.7 with HTTP; Wed, 29 Mar 2006 08:34:35 -0800 (PST) Message-ID: <73cb07950603290834w3fc921c8j1bddd8d01412b839@mail.gmail.com> Date: Wed, 29 Mar 2006 18:34:35 +0200 From: "S W" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Does mod_php4 include php4? 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: Wed, 29 Mar 2006 16:34:40 -0000 Dear all, I'm setting up apache/snort/acid/mysql, etc, and need php4 for acid. Acid needs (or certainly used to) phplot, which needs mod_php4, but if I attempt to install mod_php4 (needed for phplot) on top of php4, it complains that it and php4 install to the same place (and vice-versa). I have come across a post which suggests that mod_php4 includes php4 - can anyone confirm this? Best wishes, boink