Du sollst das Internet nicht ausdrucken!
Thou shalt not print out the internet!
logo

 

logo

/images/site_update.png

Internal Link Software ↑     Internal Link Config Internal Link Download Internal Link Install Internal Link Modules Internal Link Procmon Internal Link Scriptlets Internal Link Security Internal Link Usage

Internal Link back

Installation is really simple, just unpack the tarball, which you have already done if you are reading this file.

The first thing is to execute the configuration script:

 ./configure 

You can tweak the installation using some commandline flags. Use --help to find out, what can be modified. Here are the most important flags:

 
 --prefix        the installation path prefix (default: /usr/local).
 --localstatedir where nabou will store its databases.
 --sysconfdir    where the configuration file(s) are installed. 

The configure script also determines the location of the required binaries and looks if all required perl modules are installed. If all went well, you are ready to install:

 make install 

You may need additional perl modules which are available from your local CPAN dealer. Here is a complete list of all required modules: Internal Link NabouModules.

If you have an ext2 filesystem you might also protect it using chattr which makes it immutable(read only):

 chattr +i nabou 

For the paranoid: protect it with LIDS (External Link http://www.lids.org):

 lidsadm -A -o /root/bin/nabou -j READ 

That's all about installation :-)

 

Last modified: Wed Nov 21 16:45:29 2007. Revision: 1.1 | Internal Link EditThisPage | Internal Link ShowSource | Internal Link InfoAboutPage | Internal Link Backlinks