From owner-freebsd-ports Sun Nov 24 1: 3:34 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60A1537B401 for ; Sun, 24 Nov 2002 01:03:33 -0800 (PST) Received: from silver.inlimbo.org (silver.inlimbo.org [212.18.32.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id E391A43E4A for ; Sun, 24 Nov 2002 01:03:32 -0800 (PST) (envelope-from blaz@si.FreeBSD.org) Received: by silver.inlimbo.org (Postfix, from userid 1000) id 079D95795E; Sun, 24 Nov 2002 10:03:29 +0100 (MET) Received: from localhost (localhost [127.0.0.1]) by silver.inlimbo.org (Postfix) with ESMTP id B4EE55A599; Sun, 24 Nov 2002 10:03:28 +0100 (MET) Date: Sun, 24 Nov 2002 10:03:27 +0100 (MET) From: Blaz Zupan X-X-Sender: blaz@silver To: Marc Cuypers Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: nagios-plugins-1.3.b1 In-Reply-To: <006701c28b60$822661f0$187ba8c0@marc> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > I'm running freebsd 4.4 (I will upgrade soon), and ran into the following > problem. > > I installed nagios which was installed ok. But I also need the plugins to > run it so.... > I tried to install the plugins for nagios but I got the following error > during make: Sorry for the late reply. Apparently you're not using the port at all, but are directly compiling the nagiosplug software. You should cvsup the latest ports collection and then do the following: cd /usr/ports/net/nagios-plugins make all install If you want to compile directly (without using the port), you'll probably have to use GNU make (gmake) instead of the FreeBSD make. But I still strongly advise you use the port, because it contains many patches, etc. > ---------------start message > HERO01# make all > Making all in plugins > "Makefile", line 760: Need an operator > make: fatal errors encountered -- cannot continue > *** Error code 1 > > Stop in /usr/local/src/nagiosplug-1.3-beta1. > --------------end message > Before I ran the command: > --------------start command > HERO01# > ./configure --prefix=/usr/local/nagios --with-nagios-user=nagios --with-nagi > os-group=nagios --with-cgiurl=/cgi-bin/nagios > --------------end command > > Do you have a clue what I could do? > > Marc > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message