From owner-freebsd-questions@FreeBSD.ORG Fri Jun 1 12:24:58 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DAA4C16A468 for ; Fri, 1 Jun 2007 12:24:58 +0000 (UTC) (envelope-from philippe.lang@attiksystem.ch) Received: from mail.attiksystem.ch (f29.attiksystem.ch [212.147.59.29]) by mx1.freebsd.org (Postfix) with ESMTP id 4289213C458 for ; Fri, 1 Jun 2007 12:24:55 +0000 (UTC) (envelope-from philippe.lang@attiksystem.ch) Received: from poweredge.attiksystem.ch (poweredge.attiksystem.ch [10.0.0.29]) by mail.attiksystem.ch (8.12.11/8.12.11) with ESMTP id l51BnZDf092124; Fri, 1 Jun 2007 13:49:35 +0200 (CEST) (envelope-from philippe.lang@attiksystem.ch) Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Fri, 1 Jun 2007 13:49:34 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.0.6619.12 Message-ID: <6C0CF58A187DA5479245E0830AF84F42337A3B@poweredge.attiksystem.ch> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: PHP GD 5.2.2 portupgrade and xorg-libraries 6.9 thread-index: AcekQg327BuadKm7QeuTuvS3JjrZnQAAKVeg References: <6C0CF58A187DA5479245E0830AF84F42337A3A@poweredge.attiksystem.ch> From: "Philippe Lang" To: "Volodymyr Kostyrko" , X-Spam-Score: -1.44 () ALL_TRUSTED X-Scanned-By: MIMEDefang 2.49 on 10.0.0.111 Cc: Subject: RE: PHP GD 5.2.2 portupgrade and xorg-libraries 6.9 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 12:24:58 -0000 owner-freebsd-questions@freebsd.org wrote: > Philippe Lang wrote: >> Is there a way to install PHP GD 5.2.2 without having to update >> xorg-libraries to version 7.2, as mentioned in /usr/ports/UPDATING? >>=20 >> I'm running a FBSD 6.0 server, without X-Windows, which has >> xorg-libraries version 6.9. Everything worked just fine with PHP GD >> 5.2.1. >=20 > WITHOUT_X11 works for me. Hi, I tried this, but unfortunately, the GD library is then not visible anymore in phpinfo(). It is apparently disactivated. Philippe