From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 05:53:35 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 319CA16A407 for ; Fri, 22 Sep 2006 05:53:35 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DCF043D60 for ; Fri, 22 Sep 2006 05:53:30 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 4082 invoked from network); 22 Sep 2006 15:53:29 +1000 Received: from 210-84-59-175.dyn.iinet.net.au (HELO localhost) (210.84.59.175) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 22 Sep 2006 15:53:29 +1000 Date: Fri, 22 Sep 2006 15:53:23 +1000 From: Norberto Meijome To: David Schulz Message-ID: <20060922155323.710aeb62@localhost> In-Reply-To: <8A9C90B0-E258-4ECE-9B0D-67F5020E104A@tca-cable-connector.com> References: <8A9C90B0-E258-4ECE-9B0D-67F5020E104A@tca-cable-connector.com> X-Mailer: Sylpheed-Claws 2.4.0 (GTK+ 2.8.20; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD Users Questions Subject: Re: Zabbix Port 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, 22 Sep 2006 05:53:35 -0000 On Fri, 22 Sep 2006 09:56:58 +0800 David Schulz wrote: > The /usr/ports/net-mgmt/zabbix Port consists out of two components, > Server and Agent. I would like to install the Agent only, so it > shouldnt need all these large dependencies such as mysql etc, but i > cant figure out how to do that. I skimmed trough the Makefile, and > it mentions things about ZABBIX_AGENT_ONLY , but i can figure out how > to turn that knob. Can anyone tell me please? Hi David, you need to define the value you see in the makefile when building the port. so, cd /usr/ports/net-mgmt/zabbix sudo make -DZABBIX_AGENT_ONLY install and you should be set. You can check the output of the build and figure out if something is not going to plans... B _________________________ {Beto|Norberto|Numard} Meijome "Everything is interesting if you go into it deeply enough" Richard Feynman I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned.