From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 21:15:55 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 8674A16A416 for ; Sun, 17 Sep 2006 21:15:55 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from zeus.dfwlp.com (zeus.dfwlp.com [208.11.134.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B2DF43D72 for ; Sun, 17 Sep 2006 21:15:52 +0000 (GMT) (envelope-from freebsd@dfwlp.com) Received: from athena.dfwlp.com (athena.dfwlp.com [192.168.125.83]) (authenticated bits=0) by zeus.dfwlp.com (8.13.6/8.13.6) with ESMTP id k8HLFpxC035367 for ; Sun, 17 Sep 2006 16:15:51 -0500 (CDT) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Sun, 17 Sep 2006 16:15:51 -0500 User-Agent: KMail/1.9.4 References: <20060917210544.GA46191@skytracker.ca> In-Reply-To: <20060917210544.GA46191@skytracker.ca> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609171615.51165.freebsd@dfwlp.com> X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.1.5 X-Spam-Checker-Version: SpamAssassin 3.1.5 (2006-08-29) on zeus.dfwlp.com Subject: Re: php5 module is not created 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: Sun, 17 Sep 2006 21:15:55 -0000 On Sunday 17 September 2006 16:05, David Banning wrote: > I am attempting to install php with apache13. It seems that the mod_php5 > port does not exist in the ports. The main php5 port does not seem to > create the module. Without the php5 module, how does what get php5 > to work with apache13? you need to check the 'make config' in the lang/php5 port before you build it. cheers, jonathan