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.
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to