All I want to do on my Nessus 3.0 server is install the NessusClient GUI interface.  On version 2.2.6 I had it installed and all I had to do was type in the Terminal:

 

su -

password

nessus

 

This would bring up the GUI, now on the new version I have download the BUI interface for Linux (NessusClient-1.0.0.RC2) and typed the following in the terminal:

 

First opint is I'm logged in as root:

 

tar -xvf NessusClient-1.0.0.RC2.tar.gz

 

cd Nessusclient-1.0.0.RC2.tar.gz

 

./configure

 

make install

 

right this all completes, but when I type Nessusclient in the terminal I get the message "command not found"

 

_______________________________________________
Nessus mailing list
[email protected]
http://mail.nessus.org/mailman/listinfo/nessus

Reply via email to