From owner-freebsd-questions@FreeBSD.ORG Wed Dec 5 07:35:15 2007 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 8DE2E16A417 for ; Wed, 5 Dec 2007 07:35:15 +0000 (UTC) (envelope-from scubacuda@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.185]) by mx1.freebsd.org (Postfix) with ESMTP id 6077E13C448 for ; Wed, 5 Dec 2007 07:35:15 +0000 (UTC) (envelope-from scubacuda@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so3663868rvb for ; Tue, 04 Dec 2007 23:35:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=imJlaDKnxex5ocwgGa1G47g7/3/prUbKd9Ivi+qpETw=; b=JW7okgqiSEKHIeHFfgpAo4RpqFgWjI+zLX7p92zDOGpuyR4LObSR8cZmaStyzzDmcNG82Ql9ezj9Tm/GZLNcc6cf4NNBsAAmp+OmpYOcULQJgLqY/xAYrM0dQps/cK3YwFEeaAJqZkpWeAhEHSMwj6dFyinTdQnfSKoJZMqe1zM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Dshbrs7TNBBo1MHIb7ZngTrFevLGQOwxBv0XPVnFPBEMgKJ7eFubiPifh4ESs59R3i7K8YNH4JxnEUWStc0UVYozr/rzbrBH0m/k/3c6mtODGoDdB8b1MJimUlCEwweeYfpdyL68HR7ickreZFVt8dJmPz5WslxSxb0xkmqqiDs= Received: by 10.140.148.3 with SMTP id v3mr934674rvd.1196838358338; Tue, 04 Dec 2007 23:05:58 -0800 (PST) Received: by 10.140.193.11 with HTTP; Tue, 4 Dec 2007 23:05:58 -0800 (PST) Message-ID: <2b7af7c40712042305r1f95638ao3817dc1af9f94333@mail.gmail.com> Date: Tue, 4 Dec 2007 23:05:58 -0800 From: Rogelio To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: ./configure question for AIX X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: scubacuda@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2007 07:35:15 -0000 I have a question on compiling Nagios' NRPE on AIX (which I'm assuming would be similar to FreeBSDl, as I'm trying to use Autotools on ksh). I'm used to always running "tar -zxfv file.tar.gz", but this time I had to run (I think) like "tar z" and then "tar xfv" to get it unzipped. In that directory, I then ran "./configure" and then "make all", and I'm hoping someone here might help point me in the right direction. ./configure --prefix=/opt/nagios --enable-command-args --without-ssl make install When I do this, I get an error about "Boutell's GD library is required to compile the statusmap, trends and histogram CGIs. Get it from http://www.boutell.com/gd/, compile it, and use the --with-gd-lib and --with-gd-inc arguments to specify the locations of the GD library and include files." Ok, that's cool. But am I on the right track about how to install this on AIX? Once I installed this GD library and "./configure" with the right parameters, will this work in AIX? (Sorry if this isn't the best place to ask this question, as I tend to be spoiled by Linux packages. If not, I can take it elseware)