From owner-freebsd-ports@FreeBSD.ORG Wed Jul 21 02:55:37 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C937A16A4CE for ; Wed, 21 Jul 2004 02:55:37 +0000 (GMT) Received: from bsd.naebunny.net (adsl-67-38-156-22.dsl.dytnoh.ameritech.net [67.38.156.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0FA143D31 for ; Wed, 21 Jul 2004 02:55:37 +0000 (GMT) (envelope-from derwood@naebunny.net) Received: from [192.168.0.246] (unknown [192.168.0.246]) with ESMTP id 340CD2AD09; Tue, 20 Jul 2004 22:55:30 -0400 (EDT) Message-ID: <40FDDB2B.5010205@naebunny.net> Date: Tue, 20 Jul 2004 22:55:39 -0400 From: Darin User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: david@kiner.com References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ports@freebsd.org Subject: Re: FreeBSD Port: mod_php4-4.3.8,1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 02:55:37 -0000 David Kiner wrote: >hi > >I have installed php 4.3.6 and i want to update to php 4.3.8 > >I used the extensions mysql, calendar and gd. >Unfortenately, when we install the new php 4.3.8 from the port mod_php4, we >don't have any more the extensions ' configuration selection. > >how can i active my specific extensions ? > >regards, > >David KINER > > >------------------------------------------------------------------------ > >_______________________________________________ >freebsd-ports@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-ports >To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > > 4.3.8 changes the structure of the PHP ports. Now, you have the main PHP port, and all of the extensions are "slave ports" that have to be compiled and installed separately. So, theres a separate port for *each* extension. If you go to FreshPorts and look at the lang/php4 port, you'll see a list of all the new slave ports and where they fall in the ports hierarchy.. Also a word of caution, you'll want to comment out the path to extensions in your php.ini. Hope this helps Darin -