From owner-freebsd-questions@FreeBSD.ORG Sat Mar 20 02:14:08 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 7FA3316A4CE for ; Sat, 20 Mar 2004 02:14:08 -0800 (PST) Received: from mcp.lphp.org (APastourelles-107-1-6-214.w193-251.abo.wanadoo.fr [193.251.29.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D43943D2D for ; Sat, 20 Mar 2004 02:14:07 -0800 (PST) (envelope-from ajacoutot@lphp.org) Received: from bsdbox.lphp.local (bsdbox.lphp.local [192.168.0.2]) by mcp.lphp.org (8.12.10/8.12.10) with ESMTP id i2KAE36O055052; Sat, 20 Mar 2004 11:14:03 +0100 (CET) (envelope-from ajacoutot@lphp.org) From: Antoine Jacoutot To: freebsd-questions@freebsd.org Date: Sat, 20 Mar 2004 11:14:02 +0100 User-Agent: KMail/1.6.1 References: <20040320092555.6AFC443D1D@mx1.FreeBSD.org> In-Reply-To: <20040320092555.6AFC443D1D@mx1.FreeBSD.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable Message-Id: <200403201114.02950.ajacoutot@lphp.org> cc: thomas may 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 10:14:08 -0000 On Saturday 20 March 2004 10:24, thomas may wrote: > i installed mod_php4 from ports tree with gd options, but it starts > automatically a xfree86 installation what i don=92t need on my webserver. You have to build gd without X support: $ make -DWITHOUT_X11 install clean Antoine