From owner-freebsd-questions@FreeBSD.ORG Sun Oct 3 19:45:03 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 63A8216A4CE for ; Sun, 3 Oct 2004 19:45:03 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D50B43D5F for ; Sun, 3 Oct 2004 19:45:03 +0000 (GMT) (envelope-from roop.nanuwa@gmail.com) Received: by mproxy.gmail.com with SMTP id 79so3762479rnk for ; Sun, 03 Oct 2004 12:44:54 -0700 (PDT) Received: by 10.38.77.44 with SMTP id z44mr6432263rna; Sun, 03 Oct 2004 12:44:54 -0700 (PDT) Received: by 10.38.75.26 with HTTP; Sun, 3 Oct 2004 12:44:54 -0700 (PDT) Message-ID: <75f3f70504100312446b523c2e@mail.gmail.com> Date: Sun, 3 Oct 2004 12:44:54 -0700 From: Roop Nanuwa To: FreeBSD Questions List Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: PHP5-GD and X11 requirement X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Roop Nanuwa List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2004 19:45:03 -0000 I'm trying to add GD support into my PHP5 install and I'm utterly confused by one thing. For some reason, GD has a dependency on X. Why is that? This is a server that doesn't even have a monitor plugged in, what features of X does the PHP GD module require? It seems rather ridiculous to me that there would that requirement. What's the reasoning behind it? What features of the X libraries does GD make use of?