From owner-freebsd-questions@FreeBSD.ORG Thu Sep 30 15:34:36 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 3978C16A4CE for ; Thu, 30 Sep 2004 15:34:36 +0000 (GMT) Received: from mail.indatacorp.com (65.104.0.66.ptr.us.xo.net [65.104.0.66]) by mx1.FreeBSD.org (Postfix) with SMTP id 78F0643D49 for ; Thu, 30 Sep 2004 15:34:34 +0000 (GMT) (envelope-from rgrafton@indatacorp.com) Received: (qmail 20089 invoked by uid 0); 30 Sep 2004 15:41:32 -0000 Received: from unknown (HELO ?192.168.100.179?) (rgrafton@indatacorp.com@192.168.100.179) by netfb01.indatacorp.com with SMTP; 30 Sep 2004 15:41:32 -0000 Message-ID: <415C2789.5090401@indatacorp.com> Date: Thu, 30 Sep 2004 08:34:33 -0700 From: Randy Grafton User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ronj_clark@yahoo.com References: <20040930144612.93232.qmail@web52505.mail.yahoo.com> In-Reply-To: <20040930144612.93232.qmail@web52505.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD Questions Subject: Re: Installing mod_php5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2004 15:34:36 -0000 Ronnie Clark wrote: >Hello all, > >Is there an easy way to install mod_php5 so that it >has GD and MySQL support? There used to be a graphical >menu that came up for these options, but it is no >longer there. > >Any help is appreciated. > >Thanks, >Ron Clark > > > > > >__________________________________ >Do you Yahoo!? >New and Improved Yahoo! Mail - 100MB free storage! >http://promotions.yahoo.com/new_mail >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > > Yes. Install mod_php5 from /usr/ports/www/mod_php5, then install php5-extensions from /usr/ports/lang/php5-extensions. It is the php5-extensions port that has the menu you were looking for. Once both are installed be sure to look at your php.ini file to verify that the extensions are referenced properly. -Randy