Google Site SearchFN Site Search FN Blog Login FN Blog Login
Site Navigation:
 
 

Tripwire on your Fedora Box

by Krishnan Subramanian

Tripwire Installation and Configuration

You can either download the source rpm and compile the binary from it or download the binary rpm directly. If you want to download the binary directly, click here for various download options and you can skip this section on compiling the source RPM and continue from next section.

Download the source RPM from http://download.fedora.us/fedora/fedora/1/i386/SRPMS.testing/tripwire-2.3.1-18.fdr.3.1.src.rpm and save it in /tmp directory.

Now let us build the binary using the following command.

# rpmbuild --rebuild tripwire-2.3.1-18.fdr.3.1.src.rpm
Installing tripwire-2.3.1-18.fdr.3.1.src.rpm
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.59217
+ umask 022
+ cd /usr/src/redhat/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ cd /usr/src/redhat/BUILD
...
...
...
Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/tripwire-2.3.1-18.fdr.3.1-root-root
Wrote: /usr/src/redhat/RPMS/i386/tripwire-2.3.1-18.fdr.3.1.i386.rpm
Wrote: /usr/src/redhat/RPMS/i386/tripwire-debuginfo-2.3.1-18.fdr.3.1.i386.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.3567
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd tripwire-2.3.1-2
+ rm -fr /var/tmp/tripwire-2.3.1-18.fdr.3.1-root-root
+ exit 0
Executing(--clean): /bin/sh -e /var/tmp/rpm-tmp.3567
+ umask 022
+ cd /usr/src/redhat/BUILD
+ rm -rf tripwire-2.3.1-2
+ exit 0
If everything goes right, you should get something like above. If not check whether your system meets the requirements for Tripwire or refer to appropriate mailing lists.