From owner-freebsd-ports@FreeBSD.ORG Mon Jan 9 22:43:25 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 6A5DC1065670 for ; Mon, 9 Jan 2012 22:43:25 +0000 (UTC) (envelope-from scheidell@freebsd.org) Received: from mx1.secnap.com.ionspam.net (mx1.secnap.com.ionspam.net [204.89.241.253]) by mx1.freebsd.org (Postfix) with ESMTP id 379B18FC08 for ; Mon, 9 Jan 2012 22:43:24 +0000 (UTC) Received: from mx1.secnap.com.ionspam.net (mx1.secnap.com.ionspam.net [10.70.1.253]) by mx1.secnap.com.ionspam.net (Postfix) with ESMTP id A9A74621C3D for ; Mon, 9 Jan 2012 17:43:24 -0500 (EST) X-Virus-Scanned: SpammerTrap(r) VPS-1500 2.17 at mx1.secnap.com.ionspam.net Received: from USBCTDC001.secnap.com (usbctdc001.secnap.com [10.70.1.1]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.secnap.com.ionspam.net (Postfix) with ESMTPS id 26A28621C05 for ; Mon, 9 Jan 2012 17:43:24 -0500 (EST) Received: from macintosh.secnap.com (10.70.3.3) by USBCTDC001.secnap.com (10.70.1.1) with Microsoft SMTP Server (TLS) id 14.0.722.0; Mon, 9 Jan 2012 17:43:23 -0500 Message-ID: <4F0B6D8B.2080505@freebsd.org> Date: Mon, 9 Jan 2012 17:43:23 -0500 From: Michael Scheidell Organization: SECNAP Network Security Corp User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.20) Gecko/20110804 Thunderbird/3.1.12 MIME-Version: 1.0 To: References: <0812A14F-CC55-4E08-A5CD-CB61FC4B5872@alexus.org> In-Reply-To: <0812A14F-CC55-4E08-A5CD-CB61FC4B5872@alexus.org> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed 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 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:43:25 -0000 On 1/9/12 4:52 PM, alexus 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... you can compile your own, and use that from now on. instead of 'make install' do a 'make package' from the /usr/ports tree. What you need to understand about the 'pkg_add -r' is that this is a SNAPSHOT IN TIME, and uses the BUILD IN DEFAULT OPTIONS (sorry, about the shouting), but this is important. 9.x is NOT released yet, so, to say you want the pre-build binaries is also a moving target. on a second box, if you don't want to touch your production box, make the individual packages with your options, make packages, put them somethere, and then use pkg_add -r "{your url}" to add the package. you could even do something like: pkg_add -r "{your url}" {package} || pkg_add -r {your package} that would look, first for YOUR package, then the pre-build one that is static and you should not use anyway.. -- Michael Scheidell, CTO o: 561-999-5000 d: 561-948-2259 >*| *SECNAP Network Security Corporation * Best Mobile Solutions Product of 2011 * Best Intrusion Prevention Product * Hot Company Finalist 2011 * Best Email Security Product * Certified SNORT Integrator