From owner-freebsd-questions@FreeBSD.ORG Wed Aug 11 00:29:47 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 235C516A4CE for ; Wed, 11 Aug 2004 00:29:47 +0000 (GMT) Received: from ylpvm15.prodigy.net (ylpvm15-ext.prodigy.net [207.115.57.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id D92CD43D49 for ; Wed, 11 Aug 2004 00:29:46 +0000 (GMT) (envelope-from antennex@swbell.net) Received: from SAGEAME (adsl-65-68-247-73.dsl.crchtx.swbell.net [65.68.247.73])i7B0Tnjx015185; Tue, 10 Aug 2004 20:29:49 -0400 Message-ID: <03d101c47f3a$4e437150$0200000a@SAGEAME> From: "antenneX" To: "Marc Cabanatuan" , References: <41195AD0.4010804@wi.rr.com> Date: Tue, 10 Aug 2004 19:29:46 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Subject: Re: php5 & libgd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: antenneX List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Aug 2004 00:29:47 -0000 From: "Marc Cabanatuan" To: Sent: Tuesday, August 10, 2004 6:31 PM Subject: php5 & libgd > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > ive grabbed php5 and attempted to grab phpMyAdmin from ports and in > doing so (php5 works fine) I receive the error 'Unknown extension gd.' > I recently discoevered that php was split from the core and its > extensions, however in enabling 'gd' in php5-extensions, i still > receive the same error. > % make install clean > Unknown extension gd. > *** Error code 1 > Stop in /usr/ports/lang/php5-extensions. > > Is gd located in ports? What is the recommended way of grabbing libgd > and installing it? pkg_add? Any help with this would be greatly > appreciated. > > Thanks, > m I'm having the same trouble with php4 -- the gd fails everytime.