From owner-freebsd-questions@FreeBSD.ORG Mon Jun 4 06:02:56 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 4D01316A400 for ; Mon, 4 Jun 2007 06:02:56 +0000 (UTC) (envelope-from zbyszek@szalbot.homedns.org) Received: from lists.lc-words.com (lists.lc-words.com [83.19.156.210]) by mx1.freebsd.org (Postfix) with ESMTP id 028AE13C487 for ; Mon, 4 Jun 2007 06:02:53 +0000 (UTC) (envelope-from zbyszek@szalbot.homedns.org) Received: from [192.168.11.11] by lists.lc-words.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67 (FreeBSD)) (envelope-from ) id 1Hv5eV-000AkC-J5; Mon, 04 Jun 2007 08:02:51 +0200 Message-ID: <4663AAD7.6070507@szalbot.homedns.org> Date: Mon, 04 Jun 2007 08:01:59 +0200 From: Zbigniew Szalbot User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Norberto Meijome References: <4661FE29.4010802@szalbot.homedns.org> <20070604115358.6df8f4de@localhost> In-Reply-To: <20070604115358.6df8f4de@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Feedback: 1Hv5eV-000AkC-J5 Cc: freebsd-questions@freebsd.org Subject: Re: php5-extensions and xorg libraries 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: Mon, 04 Jun 2007 06:02:56 -0000 Hello, Norberto Meijome pisze: > On Sun, 03 Jun 2007 01:32:57 +0200 > Zbigniew Szalbot wrote: > >> Hello, >> >> I will appreciate any help. When trying to install php5-extensions, I >> get the following error: >> >> ===> Applying FreeBSD patches for php5-gd-5.2.2 >> ===> php5-gd-5.2.2 depends on executable in : phpize - found >> ===> php5-gd-5.2.2 depends on file: /usr/local/bin/autoconf259 - found >> ===> php5-gd-5.2.2 depends on file: /usr/local/libdata/xorg/libraries >> - not found >> ===> Verifying install for /usr/local/libdata/xorg/libraries in >> /usr/ports/x11/xorg-libraries >> Read /usr/ports/UPDATING for the procedure to upgrade or install xorg 7.2. > [....] > >> >> I cannot install php5-extensions, nor xorg nor xorg-libraries. I am lost >> as to what to do. Many thanks in advance! > > Hi Zbigniew, > yeah...one of those nits that I dont think it's properly explained. From my own > experience and discussion in ports@ : > > http://lists.freebsd.org/pipermail/freebsd-ports/2007-May/041207.html > > 1)Bypass the dependency altogether: php5-gd itself is not the problem, but > rather libgd, with XPM support enabled (I haven't confirmed it , but it makes > perfect sense). I would love to choose this route as I have a headless installation and need no X11 whatsoever. I do not think I need XPM but how can I bypass this dependency? In Makefile for php4-extensions (as actually I want to install php4 and its extensions but I tried with php5 wrongly assuming php4 was the problem) I have GD "GD library support" off \ Could you please advise how to disable the dependency? Many thanks in advance! zbigniew szalbot