From owner-freebsd-questions@FreeBSD.ORG Sat Mar 20 12:43:28 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 C954D16A4CE for ; Sat, 20 Mar 2004 12:43:28 -0800 (PST) Received: from munk.nu (mail.munk.nu [213.152.51.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F09B43D45 for ; Sat, 20 Mar 2004 12:43:28 -0800 (PST) (envelope-from munk@munk.nu) Received: from munk by munk.nu with local (Exim 4.30; FreeBSD) id 1B4nJT-000GeX-RV; Sat, 20 Mar 2004 20:43:23 +0000 Date: Sat, 20 Mar 2004 20:43:23 +0000 From: Jez Hancock To: thomas may Message-ID: <20040320204323.GA63866@users.munk.nu> Mail-Followup-To: thomas may , FreeBSD Questions List Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i Sender: Jez Hancock cc: FreeBSD Questions List Subject: Re: freebsd, php and gd libary 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: Sat, 20 Mar 2004 20:43:28 -0000 On Sat, Mar 20, 2004 at 08:40:53PM +0100, thomas may wrote: > Thanx for your answer. > > I have installed the mod_php4 port, and need gd library support. So if i try > the following, i get errors, in the options dialog i enabled gd support. Uninstall the mod_php4 port: cd /usr/ports/www/mod_php4 make deinstall deinstall and clean up the GD port: cd /usr/ports/www/graphics/gd make deinstall make clean install the GD port without x11: make -DWITHOUT_X11 install and then finally go back and reinstall mod_php4: cd /usr/ports/www/mod_php4 make install Note however: > neptun# make FORCE_PKG_REGISTER= -DWITHOUT_X11 install > ===> Building for mod_php4-4.3.4_7,1 This is an old version of mod_php4 - you probably want to cvsup your ports tree before doing anything else. -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - Another FreeBSD Diary http://ipfwstats.sf.net/ - ipfw peruser traffic logging