From owner-freebsd-questions@FreeBSD.ORG Mon Apr 2 17:07:49 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 A09A216A403 for ; Mon, 2 Apr 2007 17:07:49 +0000 (UTC) (envelope-from gibblertron@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.freebsd.org (Postfix) with ESMTP id 2CFA213C4BB for ; Mon, 2 Apr 2007 17:07:48 +0000 (UTC) (envelope-from gibblertron@gmail.com) Received: by ug-out-1314.google.com with SMTP id 71so1693731ugh for ; Mon, 02 Apr 2007 10:07:47 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=URMfbaerp378eCF2HMIaNMoBRDkhcskT5ezQn4Hq+me/U4tbIubj4bWN595CnYTQA1h154+5IU9HJf7/hHuKDgLfrVJG576QSkF0VV3N22Hrs7P/6q3/oU0io6ZPkXl+icPWGgLfvWyMbItMhvj88i99WM/nASyGQZZ3fndeKnE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=KxvsfylJ7j24ReDJmqAfseKdU7n7rlYiIOdAFNYnlW01LiBVm+q8OpdtuqFZtcf1d3o3MnV0ntXrahPaHiAhbQk5FB5FoMNzCflCewKnjaa2SEsUWovEysOKrRIE7mKMi9J/w+vrKrKCCWhRa2+aTLhmbyAGSt209hOHjNnhDBw= Received: by 10.78.165.16 with SMTP id n16mr1521592hue.1175533667576; Mon, 02 Apr 2007 10:07:47 -0700 (PDT) Received: by 10.78.14.6 with HTTP; Mon, 2 Apr 2007 10:07:47 -0700 (PDT) Message-ID: Date: Mon, 2 Apr 2007 10:07:47 -0700 From: patrick To: "FreeBSD Questions Mailing List" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Multiple versions of 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: Mon, 02 Apr 2007 17:07:49 -0000 I have a FreeBSD 6.2 server with Apache 1.3.x and PHP 4.4.x built from ports. I'd like to install PHP 5 from the ports tree, but target its install location to /usr/local/php5 to keep it separate from the PHP 4 stuff. (I'll be running PHP through fastcgi.) I'm wondering if there's a way to do built a port where the install root is different from the default? If not, I'll hand-build PHP5, but I'd much rather take advantage of ports. Thanks, Patrick