From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 21:15:30 2006 Return-Path: X-Original-To: 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 5236716A40F for ; Sun, 17 Sep 2006 21:15:30 +0000 (UTC) (envelope-from david+dated+1158959722.c35d59@skytracker.ca) Received: from 3s1.com (3s1.com [209.161.205.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 077F543D45 for ; Sun, 17 Sep 2006 21:15:23 +0000 (GMT) (envelope-from david+dated+1158959722.c35d59@skytracker.ca) Received: from 3s1.com (localhost [127.0.0.1]) by 3s1.com (8.13.6/8.13.6) with ESMTP id k8HLFNZv011608 for ; Sun, 17 Sep 2006 17:15:23 -0400 (EDT) (envelope-from david+dated+1158959722.c35d59@skytracker.ca) Received: (from david@localhost) by 3s1.com (8.13.6/8.13.6/Submit) id k8HLFM8d011605 for questions@freebsd.org; Sun, 17 Sep 2006 17:15:22 -0400 (EDT) (envelope-from david+dated+1158959722.c35d59@skytracker.ca) X-Authentication-Warning: 3s1.com: david set sender to david+dated+1158959722.c35d59@skytracker.ca using -f Received: by 3s1.com (tmda-sendmail, from uid 1000); Sun, 17 Sep 2006 17:15:21 -0400 (EDT) Date: Sun, 17 Sep 2006 17:15:17 -0400 To: Daniel Gerzo Message-ID: <20060917211517.GA11280@skytracker.ca> References: <20060917210544.GA46191@skytracker.ca> <1486626667.20060917231158@rulez.sk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1486626667.20060917231158@rulez.sk> User-Agent: Mutt/1.4.2.1i X-Delivery-Agent: TMDA/1.0.3 (Seattle Slew) From: David Banning Cc: questions@freebsd.org 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:30 -0000 On Sun, Sep 17, 2006 at 11:11:58PM +0200, Daniel Gerzo wrote: > Hello David, > > Sunday, September 17, 2006, 11:05:44 PM, you 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? > > Try make config in the lang/php5 port. Is that the same as "make configure"? - I have been doing that.