From owner-freebsd-multimedia@FreeBSD.ORG Sun Aug 31 13:11:43 2003 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF2BC16A4BF for ; Sun, 31 Aug 2003 13:11:43 -0700 (PDT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B94E43F93 for ; Sun, 31 Aug 2003 13:11:43 -0700 (PDT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 23BAF72DA2; Sun, 31 Aug 2003 12:45:22 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 1EC2972DA0; Sun, 31 Aug 2003 12:45:22 -0700 (PDT) Date: Sun, 31 Aug 2003 12:45:22 -0700 (PDT) From: Doug White To: iamcarmoda@hotmail.com In-Reply-To: Message-ID: <20030831124306.H49025@carver.gumbysoft.com> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-multimedia@freebsd.org Subject: Re: No GD config dilemma.... X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2003 20:11:44 -0000 On Mon, 1 Sep 2003 iamcarmoda@hotmail.com wrote: > Hi, > > I installed the Freebsd ports of apache 1.3.27 and PHP 4.3.1 on a new 5.1 > system recently and to my surprise they have no GD configured. I have GD 2.x > installed separately as a port, just that my PHP.INI says: > > './configure' '--with-apxs=/usr/local/sbin/apxs' > '--with-config-file-path=/usr/local/etc' '--enable-versioning' > '--with-regex=system' '--without-gd' '--without-mysql' '--with-zlib' ^^^^^^^^^^^^ Doing 'make WITH_GD=YES; make deinstall; make reinstall' in /usr/ports/lang/php4 would get what you want; gd is not enabled by default. Also check out the Makefile there for other selectable (or unselectable) options. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org