From owner-freebsd-amd64@FreeBSD.ORG Sun May 15 08:25:17 2005 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A46816A4CE for ; Sun, 15 May 2005 08:25:17 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08E9343D92 for ; Sun, 15 May 2005 08:25:17 +0000 (GMT) (envelope-from kometen@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so575190rng for ; Sun, 15 May 2005 01:25:16 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=TcjuuC8PXbxiFk0/cWBHHinoxOkobOXejv+nHstkmUSvLCNOTLB1Q672wab029bQshDX9pVLA4CfXq/mVGRs1Wpx2ZTFeZrU/OUsa8CWyNCtnHCqPKbLn4qL19cYvUci4eBI50czAJmxdcd78H3D/gCsVLn0eaJa//DxPMzjej8= Received: by 10.38.90.51 with SMTP id n51mr2319918rnb; Sun, 15 May 2005 01:25:16 -0700 (PDT) Received: by 10.38.149.66 with HTTP; Sun, 15 May 2005 01:25:16 -0700 (PDT) Message-ID: Date: Sun, 15 May 2005 10:25:16 +0200 From: Claus Guttesen To: Tim Traver In-Reply-To: <42867222.6050302@simplenet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <428621BD.9010902@simplenet.com> <42867222.6050302@simplenet.com> cc: freebsd-amd64@freebsd.org Subject: Re: [PHP] Compiling PHP 4.3.11 on FreeBSD 5.4 amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Claus Guttesen List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 May 2005 08:25:17 -0000 > Did you use the ports-collection? > No, I did not use the ports collection because of all of the specific > configuration options I needed. I compiled it from source... You may want the lang/php4-extensions rather than the "plain" lang/php4 in /usr/ports. Once you do a make in php4-extensions (or portinstall php4-extenions if sysutils/portupgrade is installed) you're prompted for the options you want for your particular environment. regards Claus