Compiling tripwire in FreeBSD

From: Liran Siglat (liran@cwnt.com)
Date: 01/13/03


Date: Mon, 13 Jan 2003 16:53:52 +0200
From: "Liran Siglat" <liran@cwnt.com>
To: <freebsd-security@FreeBSD.org>

Hi,

I'm trying to complie ("gmake debug") tripwire-2.3.1-2 on FreeBSD 4.3 with no success.
I've downloaded tripwire from the FreeBSD site.

I have uncommented the following line in the main Makefile: `SYSPRE = i386-unknown-freebsd`

The error I receive is:

In file included from ../stlport/stdexcept:33,
                 from ../stlport/stl/_ios_base.h:22,
                 from ../stlport/stl/_streambuf.h:21,
                 from ../stlport/streambuf:31,
                 from ../stlport/stl/_stream_iterator.h:47,
                 from ../stlport/iterator:39,
                 from ../stlport/istream:35,
                 from ../stlport/stl/_complex.h:52,
                 from ../stlport/complex:37,
                 from complex.cpp:21:
../stlport/exception:46: ../include/exception: No such file or directory
In file included from ../stlport/stl/_alloc.h:68,
                 from ../stlport/stdexcept:41,
                 from ../stlport/stl/_ios_base.h:22,
                 from ../stlport/stl/_streambuf.h:21,
                 from ../stlport/streambuf:31,
                 from ../stlport/stl/_stream_iterator.h:47,
                 from ../stlport/iterator:39,
                 from ../stlport/istream:35,
                 from ../stlport/stl/_complex.h:52,
                 from ../stlport/complex:37,
                 from complex.cpp:21:
../stlport/new:47: ../include/new: No such file or directory
In file included from ../stlport/stl/_locale.h:26,
                 from ../stlport/stl/_ios_base.h:25,
                 from ../stlport/stl/_streambuf.h:21,
                 from ../stlport/streambuf:31,
                 from ../stlport/stl/_stream_iterator.h:47,
                 from ../stlport/iterator:39,
                 from ../stlport/istream:35,
                 from ../stlport/stl/_complex.h:52,
                 from ../stlport/complex:37,
                 from complex.cpp:21:
../stlport/typeinfo:27: ../include/typeinfo: No such file or directory
gmake[4]: *** [obj/GCC/Release/complex.o] Error 1

Has anyone had any success with compiling tripwire - Any help would be appreciated.

Thanks, Liran.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message