From owner-freebsd-questions@FreeBSD.ORG Wed Jul 23 06:58:30 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 93B0137B401 for ; Wed, 23 Jul 2003 06:58:28 -0700 (PDT) Received: from munk.nu (213-152-51-194.dsl.eclipse.net.uk [213.152.51.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id F12CB43F3F for ; Wed, 23 Jul 2003 06:58:23 -0700 (PDT) (envelope-from munk@munk.nu) Received: from munk by munk.nu with local (Exim 4.20) id 19fK8H-000Gvd-B4 for questions@freebsd.org; Wed, 23 Jul 2003 14:58:17 +0100 Date: Wed, 23 Jul 2003 14:58:17 +0100 From: Jez Hancock To: FreeBSD Questions Mail List Message-ID: <20030723135817.GA61126@users.munk.nu> Mail-Followup-To: FreeBSD Questions Mail List References: <1058954734.455.383.camel@enigma.8ball.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1058954734.455.383.camel@enigma.8ball.co.za> User-Agent: Mutt/1.4.1i Sender: User Munk Subject: Re: mod_php4 build fails on fontconfig? 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: Wed, 23 Jul 2003 13:58:30 -0000 On Wed, Jul 23, 2003 at 12:05:34PM +0200, Nelis Lamprecht wrote: > I should probably consult the mod_php mail list for this but I thought > I'd try my luck here first since this is on FreeBSD 4.7 and I've had > pretty good responses before from this list. > > I see now mod_php now requires XFree86 libraries ? I am not using X on > this machine... I noticed this too... ;/ Not sure what changed - http://www.freshports.org/lang/php4/ suggests GD support for animated gifs changed actually... perhaps it was this? How about uninstalling GD and the rebuilding it without support for X11 or XPM: cd /usr/ports/gd2 && make -DWITHOUT_X11 -DWITHOUT_XPM clean install then make clean install the mod_php4 port again? You could perhaps try installing /usr/ports/gd instead even, it doesn't look like that port depends on any X related ports from looking at it's Makefile. If you wanted to try and resolve the fontconfig issue (which I seem to remember having as well recently) you could try a make clean install in /usr/ports/x11-fonts/fontconfig (after cvsupping first). -- Jez http://www.munk.nu/