2003-04-04 10:39:23 +08:00
|
|
|
<sect2>
|
2003-09-27 02:58:36 +08:00
|
|
|
<title>Installation of <application>Tripwire</application></title>
|
2003-04-04 10:39:23 +08:00
|
|
|
|
2003-10-08 12:18:56 +08:00
|
|
|
<para>Compile <application>Tripwire</application> by running the following
|
2003-09-13 23:01:40 +08:00
|
|
|
commands:</para>
|
2003-04-04 10:39:23 +08:00
|
|
|
|
2003-10-08 12:18:56 +08:00
|
|
|
<screen><userinput><command>patch -Np1 -i ../tripwire-&tripwire-version;-gcc3-build-fixes.patch &&
|
2003-04-04 10:39:23 +08:00
|
|
|
cd src &&
|
2003-10-08 12:18:56 +08:00
|
|
|
make release &&
|
2003-04-24 02:06:21 +08:00
|
|
|
cd .. &&
|
2003-10-08 12:18:56 +08:00
|
|
|
cp install/install.{sh,cfg} .</command></userinput></screen>
|
|
|
|
|
|
|
|
<para>Install <application>Tripwire</application> by running the following
|
|
|
|
commands:</para>
|
|
|
|
|
|
|
|
<screen><userinput><command>./install.sh &&
|
2003-04-04 10:39:23 +08:00
|
|
|
cp /etc/tripwire/tw.cfg /usr/sbin &&
|
2003-09-13 23:01:40 +08:00
|
|
|
cp policy/*.txt /usr/share/doc/tripwire</command></userinput></screen>
|
2003-04-24 02:06:21 +08:00
|
|
|
|
2003-04-04 10:39:23 +08:00
|
|
|
</sect2>
|
|
|
|
|