| ★ wanayoo — archive 1999 http://www.nessus.org/install.html | Nouvelle recherche | Portail wanayoo |
How to install Nessus on a Unix-like systemThis short page will explain you how to install Nessus on a Unix-like system, like Linux. This is pretty straightforward : Nessus compilation : To compile Nessus, you need to download the latest distribution available here. You should have these four files :
Installing nessus-libraries
If you plan to only use the Java or Windows client, then you do not need the cipher layer, so you can add the --disable-cipher option to configure :cd nessus-libraries ./configure
./configure --disable-cipher
Then, do :
After this, execute this command as root :make
make install
And as root, do :cd libnasl ./configure make
make install
Then, that's it ! Nessus is installed on your system. See the demonstration for further informations about the use of Nessus
If something went wrong
Then have a look at the FAQ and the mailing list archives. If you still find no answer to your question, see the contacts section, or better yet, subscribe to the mailing list and ask your question.