From owner-freebsd-questions@FreeBSD.ORG Tue Jul 15 02:23:47 2003 Return-Path: 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 F3A7937B401 for ; Tue, 15 Jul 2003 02:23:46 -0700 (PDT) Received: from phys9911.phys.tue.nl (PHYS9911.phys.tue.nl [131.155.108.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id D38DF43F3F for ; Tue, 15 Jul 2003 02:23:45 -0700 (PDT) (envelope-from karelj@phys9911.phys.tue.nl) Received: from phys9911.phys.tue.nl (localhost [127.0.0.1]) by phys9911.phys.tue.nl (8.12.9/8.12.9) with ESMTP id h6F9NlJR080701; Tue, 15 Jul 2003 11:23:47 +0200 (CEST) (envelope-from karelj@phys9911.phys.tue.nl) Received: (from karelj@localhost) by phys9911.phys.tue.nl (8.12.9/8.12.9/Submit) id h6F9Nk1b080700; Tue, 15 Jul 2003 11:23:46 +0200 (CEST) Date: Tue, 15 Jul 2003 11:23:46 +0200 From: "Karel J. Bosschaart" To: "Neu, Benjamin S." Message-ID: <20030715092346.GA80465@phys9911.phys.tue.nl> References: <001b01c34a86$af405d90$010b0a0a@windstorm> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <001b01c34a86$af405d90$010b0a0a@windstorm> User-Agent: Mutt/1.4.1i cc: freebsd-questions@freebsd.org Subject: Re: Tripwire X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jul 2003 09:23:47 -0000 On Mon, Jul 14, 2003 at 11:07:58PM -0500, Neu, Benjamin S. wrote: > This is the error I get when trying to install Tripwire in FreeBSD 5.1 > > After doing a: make install && make clean > > I get: Fails to build under 5.X > > What am I doing wrong? > You're doing nothing wrong, it's in the Makefile of the tripwire port: .if ${OSVERSION} >= 500000 BROKEN= "Fails to build under 5.X" .endif So if you want to use tripwire in 5.1 it has to be fixed to compile. I saw other versions of tripwire in the ports tree, maybe they work for you? Karel.