Installing AIDE


AIDE is a filesystem integrity-checking tool offering many of the features you'd expect from such a program. More information on AIDE, including links to download, are available at http://www.cs.tut.fi/~rammer/aide.html and http://sourceforge.net/projects/aide.

After it's downloaded, AIDE needs to be compiled. However, you will probably also need some prerequisites before attempting to compile AIDE. If this is the case, the configure script for AIDE will inform you of these prerequisites, which you will then need to download and compile before continuing with AIDE's compilation. One such prerequisite commonly needed is the mhash library. The mhash library can be downloaded from http://sourceforge.net/projects/mhash/.

The mhash library should be compiled statically for use with AIDE. Follow the normal steps for unarchiving and compiling a software package:

 tar -zxvf mhash-<NNNN>.tar.gz cd mhash-<NNNN> 

I recommend these compile options for the configure script:

 ./configure --prefix=/usr --enable-static=yes 

After mhash has been configured, compile and install it with these commands:

 make make install 

Compiling AIDE follows the same pattern as other software compilation, such as this in Linux:

 tar -zxvf aide-<NNNN>.tar.gz cd aide-<NNNN> ./configure make make install 




Linux Firewalls
Linux Firewalls: Attack Detection and Response with iptables, psad, and fwsnort
ISBN: 1593271417
EAN: 2147483647
Year: 2005
Pages: 163
Authors: Michael Rash

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net