From owner-freebsd-questions@FreeBSD.ORG Tue Jul 20 14:00:09 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC0B616A4CE for ; Tue, 20 Jul 2004 14:00:09 +0000 (GMT) Received: from iota.root-servers.ch (iota.root-servers.ch [193.41.193.195]) by mx1.FreeBSD.org (Postfix) with SMTP id 7513943D45 for ; Tue, 20 Jul 2004 14:00:08 +0000 (GMT) (envelope-from gabriel_ambuehl@buz.ch) Received: (qmail 76297 invoked from network); 20 Jul 2004 14:00:05 -0000 Received: from 80-218-104-238.dclient.hispeed.ch (HELO ga) (80.218.104.238) by 0 with SMTP; 20 Jul 2004 14:00:05 -0000 Date: Tue, 20 Jul 2004 16:00:14 +0200 From: Gabriel Ambuehl Organization: BUZ Internet Services X-Priority: 3 (Normal) Message-ID: <787123272.20040720160014@buz.ch> To: Matthew Seaman In-Reply-To: <20040720134642.GA28262@happy-idiot-talk.infracaninophile.co.uk> References: <128634053.20040720151736@buz.ch> <20040720134642.GA28262@happy-idiot-talk.infracaninophile.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: questions@freebsd.org Subject: Re[2]: How to configure PHP build? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: gabriel_ambuehl@buz.ch List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 14:00:09 -0000 Hello Matthew, Tuesday, July 20, 2004, 3:46:42 PM, you wrote: > Note that with the new PHP setup, most of the configurable bits are > now in the lang/php4-extensions or land/php5-extensions ports -- not > that you need to install either one of those. They're just meta-ports > where you can select a bunch of php extensions easily. Since each > extension is a separate port now, you can just go round and install > all the one you want. Ah so THAT's where all the stuff disappeared to. > Nb. To get PHP to load the shared modules correctly, you'll need to > change the 'extension_dir setting in /usr/local/etc/php.ini. I found > that setting it like this: > extension_dir = "/usr/local/lib/php/20040412/" Sheesh. Now that's a weird way of installing a port... But thanks! Best regards, Gabriel