From owner-freebsd-questions@FreeBSD.ORG Mon Mar 10 04:40:14 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 04E4BC85 for ; Mon, 10 Mar 2014 04:40:14 +0000 (UTC) Received: from idcmail-mo1so.shaw.ca (idcmail-mo1so.shaw.ca [24.71.223.10]) by mx1.freebsd.org (Postfix) with ESMTP id CA484FF1 for ; Mon, 10 Mar 2014 04:40:13 +0000 (UTC) Received: from pd2mr2so-ssvc.prod.shaw.ca ([10.0.141.109]) by pd4mo1so-svcs.prod.shaw.ca with ESMTP; 09 Mar 2014 22:40:07 -0600 X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=rlpOHkmR3aalKarM4GIWLuzCr1F3/0x4+1dImnr+a3g= c=1 sm=1 a=FKkrIqjQGGEA:10 a=90pBh6Vpd4YA:10 a=BLceEmwcHowA:10 a=3gBXUV7wAAAA:8 a=wrMm5mCEO-IsDgBSrV4A:9 a=CjuIK1q_8ugA:10 a=d5omkCQM85kA:10 a=OF9CbbcI3fNfim2tPE0A:9 a=QEXdDO2ut3YA:10 a=_W_S_7VecoQA:10 a=tXsnliwV7b4A:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Received: from unknown (HELO cds005.dcs.int.inet) ([10.0.141.22]) by pd2mr2so-svcs.prod.shaw.ca with ESMTP; 09 Mar 2014 22:40:07 -0600 Subject: Re: FreeBSD 10 + Apache + PHP References: <15A20437-032F-421D-BF2A-503E71F63E70@shaw.ca> From: Dale Scott MIME-Version: 1.0 In-Reply-To: Message-Id: <55998E68-F3A7-4508-91C4-424536FAA494@shaw.ca> Date: Sun, 9 Mar 2014 22:40:07 -0600 (MDT) To: Rick Miller X-Mailer: Zimbra 7.1.4_GA_2567 (MobileSync - Apple-iPad2C5/1102.651) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2014 04:40:14 -0000 > I too want to manage hosts exclusively with binary packages. In the abse= nce > of a working a Poudriere implementation, it appears I will have to instal= l it via ports. :( I don't see how Poudriere would help in this situation (but I also don't kn= ow how Poudriere works). I just have one real server and a couple of dev vm= 's. It doesn't feel it would be worthwhile to have a local Poudriere repo, = update it, rebuild the packages, and then finally update my couple servers,= when I couldjust "pkg upgrade" on each server (if I can go 100% packages).= Am I missing something? Dale > On Mar 7, 2014, at 7:39 AM, Rick Miller wrote: >=20 >=20 >=20 >=20 >> On Thu, Mar 6, 2014 at 6:57 PM, Dale Scott wrote: >> So far as I am aware, php5 must be built from ports only if you need to = build mod_php for apache. If you use php-fpm with apache you can use binary= packages for everything. I'm trying to work through a packages-only system= with nginx, php, php extensions, and MariaDB/MySQL) all installed using bi= nary packages. I'm hoping that using pkg to upgrade binary packages will be= a huge time savings over "postmaster -af", but the critical thing (from wh= at I've read) is to have a 100% binary packages system (with absolutely not= hing from ports). >>=20 >> Certainly it has been shown hybrid solutions are possible, but I'd rathe= r be a dumb user and spend more time on app dev. >=20 > I had hoped that I could install mod_php (or at least the shared objects = in libexec/apache/) via package, without having to resort to ports. I too = want to manage hosts exclusively with binary packages. In the absence of a= working a Poudriere implementation, it appears I will have to install it v= ia ports. :( >=20 > Thanks for the info. >=20 > --=20 > Take care > Rick Miller