Tripwire

Karel J. Bosschaart K.J.Bosschaart at tue.nl
Tue Jul 15 02:23:47 PDT 2003


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.


More information about the freebsd-questions mailing list