From owner-freebsd-questions@FreeBSD.ORG Mon Jul 21 00:24:31 2003 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 425C137B404 for ; Mon, 21 Jul 2003 00:24:31 -0700 (PDT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6748343FA3 for ; Mon, 21 Jul 2003 00:24:30 -0700 (PDT) (envelope-from freebsduser@comcast.net) Received: from comcast.net (12-225-141-88.client.attbi.com[12.225.141.88](untrusted sender)) by comcast.net (sccrmhc13) with SMTP id <200307210724290160013jtae> (Authid: animotions); Mon, 21 Jul 2003 07:24:29 +0000 Message-ID: <3F1B94F6.3000400@comcast.net> Date: Mon, 21 Jul 2003 00:23:34 -0700 From: K Anderson User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Denis References: <200307210935.41057.webdenis@inbox.ru> In-Reply-To: <200307210935.41057.webdenis@inbox.ru> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD+Apache+PHP+"GD" 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: Mon, 21 Jul 2003 07:24:31 -0000 Denis wrote: > Hi! > > I have installed Apache 1.3.27 and PHP4. > Does anybody know how can I turn on the GD library support? > > -- > Denis Bolotnov, Russia. > > _______________________________________________ > 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" > Hey there Denis, When you installed PHP did you tell it to have GD support? You can check by creating a page that has the phpinfo() function in it. It should report something like this. gd GD Support enabled GD Version bundled (2.0.12 compatible) FreeType Support enabled FreeType Linkage with freetype GIF Read Support enabled JPG Support enabled PNG Support enabled WBMP Support enabled XBM Support enabled If it doesn't then you either overlooked GD support. If I recall recall, installing PHP from ports asks you want you want as far as GD support. HTH