From owner-freebsd-questions@FreeBSD.ORG Sun Mar 15 14:09:02 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F59E106566B for ; Sun, 15 Mar 2009 14:09:02 +0000 (UTC) (envelope-from esheesle@shadowlair.com) Received: from rogue.shadowlair.com (mail.shadowlair.com [74.92.153.17]) by mx1.freebsd.org (Postfix) with ESMTP id DA0948FC17 for ; Sun, 15 Mar 2009 14:09:01 +0000 (UTC) (envelope-from esheesle@shadowlair.com) Received: from localhost (unknown [127.0.0.1]) by rogue.shadowlair.com (Postfix) with ESMTP id 56AEE50836 for ; Sun, 15 Mar 2009 09:49:49 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=shadowlair.com; h=content-transfer-encoding:content-type:subject:mime-version :user-agent:from:date:message-id:received:received: x-virus-scanned; s=shadowlair; t=1237124985; x=1238939385; bh=IU /kCY9FtagOrO6NNK9NJR2YmJajO9x/jiTI//tdTZk=; b=Cve6p9aOO3GiMXSlku wbKxZM7gbQ4ArImPN6mjfVTrMuA0KD0pScI5bf5CCVW4lhHtLiRW/W2T6oAOEDfc g+1ekzwYZL1l9oRIx7tdnHJe/gdhZWH9m0l68mA7Xrfy/MczdgWBoyQmf+o3GSIG HelPQBMhB69cvaCB2X4a6kJN8= X-Virus-Scanned: amavisd-new at shadowlair.com Received: from rogue.shadowlair.com ([127.0.0.1]) by localhost (rogue.shadowlair.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id a1TDHkw0T3Jb for ; Sun, 15 Mar 2009 09:49:45 -0400 (EDT) Received: from [192.168.1.2] (unknown [10.1.10.82]) by rogue.shadowlair.com (Postfix) with ESMTPSA for ; Sun, 15 Mar 2009 09:49:45 -0400 (EDT) Message-ID: <49BD0779.7020908@shadowlair.com> Date: Sun, 15 Mar 2009 09:49:45 -0400 From: Eric Sheesley User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Issue with apcupsd and gd.h missing? 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: Sun, 15 Mar 2009 14:09:02 -0000 When trying to do a portupgrade of apcupsd I received the following error: checking for gd2/gd.h... no configure: error: Found system GD library but no header file. Please find the file gd.h in your system include directories and report its location to apcupsd-users at lists.sourceforge.net The system is Freebsd 7.1. I checked and gd.h does exist so I'm a bit confused as to what is going on. The file is located in /usr/local/include, a path that it appears the port checks. Anyone else experiencing this? Any suggestions on how to fix it? gd is installed.