Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jul 2003 11:23:46 +0200
From:      "Karel J. Bosschaart" <K.J.Bosschaart@tue.nl>
To:        "Neu, Benjamin S." <bneu@charter.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Tripwire
Message-ID:  <20030715092346.GA80465@phys9911.phys.tue.nl>
In-Reply-To: <001b01c34a86$af405d90$010b0a0a@windstorm>
References:  <001b01c34a86$af405d90$010b0a0a@windstorm>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030715092346.GA80465>