From owner-freebsd-questions@FreeBSD.ORG Thu Jun 21 06:40:16 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A124B16A41F for ; Thu, 21 Jun 2007 06:40:16 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id ECACE13C457 for ; Thu, 21 Jun 2007 06:40:15 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 21 Jun 2007 06:40:14 -0000 Received: from nat-wh-1.rz.uni-karlsruhe.de (EHLO mobileKamikaze.norad) [129.13.72.169] by mail.gmx.net (mp048) with SMTP; 21 Jun 2007 08:40:14 +0200 X-Authenticated: #5465401 X-Provags-ID: V01U2FsdGVkX1/2vwN0BSj2d2QZBM6tNTNWhkTHyEvpZBTyl7N2tL ygdxJR5HJ8ObBe Message-ID: <467A1D4D.5080605@gmx.de> Date: Thu, 21 Jun 2007 08:40:13 +0200 From: "[LoN]Kamikaze" User-Agent: Thunderbird 2.0.0.4 (X11/20070616) MIME-Version: 1.0 To: jackbarnett@gmail.com References: <467763C3.306@gmail.com> <46778398.7080506@careytech.com.au> <4679DAB3.2010403@gmail.com> <789A8BE7-818A-4685-9B88-2E35F2A5CF3B@gmail.com> <467A1969.6090703@gmail.com> <467A19EA.3000002@gmail.com> In-Reply-To: <467A19EA.3000002@gmail.com> X-Enigmail-Version: 0.95.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: Eric Crist , freebsd-questions@freebsd.org, ivan@careytech.com.au Subject: Re: Apache, php? 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, 21 Jun 2007 06:40:16 -0000 Jack Barnett wrote: > Jack Barnett wrote: >> Eric Crist wrote: >> >>> On Jun 20, 2007, at 8:56 PMJun 20, 2007, Jack Barnett wrote: >>> >>> >>>> Ivan Carey wrote: >>>> I don't have libphp5.so anywhere in /usr/local (did a find for >>>> it). >>>> the php5 port is broken? Or do I have to reinstall apache after php5? >>>> >>>> >>> You need to enable build of the php5 apache extension when you build >>> the port - it's not enabled by default. >>> >>> HTH >>> >>> Eric Crist >>> >> >> thanks. >> >> do you know how to do that off hand? :) :) >> >> >> >> > > disregarding... rebuilding now, I edited the Makefile Ouch. Just for the record: # cd /usr/ports/lang/php5 # make config Select the APACHE option. # make build deinstall reinstall clean