From owner-freebsd-ports@FreeBSD.ORG Mon Jan 9 22:46:13 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6DD211065670 for ; Mon, 9 Jan 2012 22:46:13 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from p578be941.dip0.t-ipconnect.de (p578be941.dip0.t-ipconnect.de [87.139.233.65]) by mx1.freebsd.org (Postfix) with ESMTP id 267A98FC0A for ; Mon, 9 Jan 2012 22:46:13 +0000 (UTC) Received: from [192.168.0.100] (cde1100.uni.vrs [192.168.0.100]) (Authenticated sender: ohauer) by p578be941.dip0.t-ipconnect.de (Postfix) with ESMTPSA id 8358E205DA for ; Mon, 9 Jan 2012 23:46:10 +0100 (CET) Message-ID: <4F0B6E2F.103@FreeBSD.org> Date: Mon, 09 Jan 2012 23:46:07 +0100 From: Olli Hauer User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <0812A14F-CC55-4E08-A5CD-CB61FC4B5872@alexus.org> In-Reply-To: X-Enigmail-Version: 1.3.4 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: FreeBSD Port: php5-5.3.8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ohauer@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jan 2012 22:46:13 -0000 On 2012-01-09 23:31, Mark Felder wrote: > On Mon, 09 Jan 2012 15:52:19 -0600, wrote: > >> Hello >> >> I'm trying to migrate from REDHAT EL world to FREEBSD. We have a policy of installing binary packages and stay away from compiling source code. >> I have FreeBSD-9.0RC3 and I did pkg_add -r apache22 pkg_add -r php5, so now I have both packages installed but I can't get them to work together... >> >> am I doing something wrong? or was it not meant to work together? or there is something else needs to be done that I'm missing? if possible I'd like to stay away from (/usr/ports), as we want to use packages only >> > > The Apache module is missing and I don't know if there's a package for that or if you really do have to use ports. I've never tried using just packages for Apache+PHP. > Yes, the default option for lang/php5 is to build *no* apache module, so I suspect you have to build php from source with option APACHE set to on.