From owner-freebsd-questions@FreeBSD.ORG Thu Jun 21 02:00:15 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 7B9A516A400 for ; Thu, 21 Jun 2007 02:00:15 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.freebsd.org (Postfix) with ESMTP id 3933213C46E for ; Thu, 21 Jun 2007 02:00:14 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: by py-out-1112.google.com with SMTP id a29so744854pyi for ; Wed, 20 Jun 2007 19:00:14 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=ups7DSuG4ZvKLkFO/u7+ZyhBqn7AAt5UDpzvgac61Q0ixc5z7mqxGBXkx3rqpi+efhqdxtDlACnIuYt1zvywoTArhX9CzyHUCgaWsT/LRVSYOjw0pBd4NWnOMZgyu+3WXrguNdGPK4DTJINdTjegyzFUnsbqLEisuBRIuXjM4e4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=p+kmAum3xriQi8MMo2dhwz5n2p9kYa2bTIE/QeXY714Sc2fXyKwqF9DFQzh33JR+SdQPhozLkX9YdWykG7bFsyXPV8A3l3OQWpwDDdklX/vdYrdshnKUUT7wy+T1PZWzP2FBwItNiYUE0XavwKbnWe3VDeVojg4galSdk6PHOgI= Received: by 10.35.68.3 with SMTP id v3mr2174047pyk.1182391214160; Wed, 20 Jun 2007 19:00:14 -0700 (PDT) Received: from ?192.168.1.2? ( [209.240.66.157]) by mx.google.com with ESMTP id f45sm2134737pyh.2007.06.20.19.00.13 (version=SSLv3 cipher=OTHER); Wed, 20 Jun 2007 19:00:13 -0700 (PDT) In-Reply-To: <4679DAB3.2010403@gmail.com> References: <467763C3.306@gmail.com> <46778398.7080506@careytech.com.au> <4679DAB3.2010403@gmail.com> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <789A8BE7-818A-4685-9B88-2E35F2A5CF3B@gmail.com> Content-Transfer-Encoding: 7bit From: Eric Crist Date: Wed, 20 Jun 2007 21:00:09 -0500 To: jackbarnett@gmail.com X-Mailer: Apple Mail (2.752.3) Cc: 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 02:00:15 -0000 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