From owner-freebsd-ports@FreeBSD.ORG Mon Jan 9 22:31:55 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 2AB2F1065672 for ; Mon, 9 Jan 2012 22:31:55 +0000 (UTC) (envelope-from feld@feld.me) Received: from mwi1.coffeenet.org (unknown [IPv6:2607:f4e0:100:300::2]) by mx1.freebsd.org (Postfix) with ESMTP id E54C48FC08 for ; Mon, 9 Jan 2012 22:31:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=feld.me; s=blargle; h=In-Reply-To:Message-Id:From:Mime-Version:Date:References:Subject:To:Content-Type; bh=Ie0Cdtsxk66urL4v/kdYj4Pp5m8saloV/Cz6HrIWXRk=; b=AEZJ9NjuLCh4rqxMz5jZn5GnfRWA9wawxVdqpIdkn4fFWS2k3eCTricmEZhXcf8pw4bdR8x8L8zomnKs4O/K0fCkFo9xvqs6/zfebNQDF8kfmaYP/8vvbQAqJEt8EuYL; Received: from localhost ([127.0.0.1] helo=mwi1.coffeenet.org) by mwi1.coffeenet.org with esmtp (Exim 4.77 (FreeBSD)) (envelope-from ) id 1RkNkv-000FzF-FM for freebsd-ports@freebsd.org; Mon, 09 Jan 2012 16:31:54 -0600 Received: from feld@feld.me by mwi1.coffeenet.org (Archiveopteryx 3.1.4) with esmtpsa id 1326148307-88972-88971/5/11; Mon, 9 Jan 2012 22:31:47 +0000 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: freebsd-ports@freebsd.org References: <0812A14F-CC55-4E08-A5CD-CB61FC4B5872@alexus.org> Date: Mon, 9 Jan 2012 16:31:47 -0600 Mime-Version: 1.0 From: Mark Felder Message-Id: In-Reply-To: <0812A14F-CC55-4E08-A5CD-CB61FC4B5872@alexus.org> User-Agent: Opera Mail/11.61 (FreeBSD) X-SA-Score: -1.0 Subject: Re: FreeBSD Port: php5-5.3.8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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:31:55 -0000 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. Regards, Mark