From owner-freebsd-questions@FreeBSD.ORG Tue Dec 30 18:31:10 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48C20106564A for ; Tue, 30 Dec 2008 18:31:10 +0000 (UTC) (envelope-from jalmberg@identry.com) Received: from mx1.identry.com (on.identry.com [66.111.0.194]) by mx1.freebsd.org (Postfix) with ESMTP id D92D28FC12 for ; Tue, 30 Dec 2008 18:31:09 +0000 (UTC) (envelope-from jalmberg@identry.com) Received: (qmail 30223 invoked by uid 89); 30 Dec 2008 18:30:59 -0000 Received: from unknown (HELO ?192.168.1.110?) (jalmberg@75.127.142.66) by mx1.identry.com with ESMTPA; 30 Dec 2008 18:30:59 -0000 Mime-Version: 1.0 (Apple Message framework v753.1) In-Reply-To: References: Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <754FE542-2987-4924-94DC-396D7F4A9E71@identry.com> Content-Transfer-Encoding: 7bit From: John Almberg Date: Tue, 30 Dec 2008 13:30:51 -0500 To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.753.1) Subject: Re: How do I configure PHP to use curl? 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: Tue, 30 Dec 2008 18:31:10 -0000 On Dec 30, 2008, at 1:26 PM, Michael Powell wrote: > John Almberg wrote: > >> I just ran into something that has me stumped. It's probably a real >> newbie question, but I can't figure it out... >> >> I'm trying to add curl support to my PHP installation, but when I run >> 'make config' in the /usr/ports/lang/php5 directory, curl is not one >> of the very small set of options given. >> >> PHP has a million options, so how do you set one that is not in the >> 'make config' box? >> >> -- John >> > Try /usr/ports/lang/php5-extensions instead. This is where you add > the million other options. Ah! I knew there was a simple answer. Thanks: John