newbie needs help installing nessus to test server security
It was recommended to install nessus to test for vulenerabilities of my server.I'm on Redhat 8.0.
I tried several times to install Nessus and have failed each time. The first two times I tried the auto install, which failed.
The third time I downloaded the sh file manually and ran sh nessus-installer.sh which unpacks the file, asks for the location, and then runs after a couple enters:
+ test -n ''
+ set +x
x -- Compiling
/bin/sh: line 1: lex: command not found
make[1]: yacc: Command not found
make[1]: *** [grammar.c] Error 127
make: [pcap-make] Error 2 (ignored)
popen.c: In function `nessus_popen':
popen.c:109: warning: passing arg 2 of `execvp' from incompatible pointer type
x -- Installing
libtool: install: `libpcap-nessus.la' is not a valid libtool archive
Try `libtool --help --mode=install' for more information.
make[1]: *** [install-libpcap-nessus.la] Error 1
make: [pcap-install] Error 2 (ignored)
x - Compiling the NASL interpretor
x -- Configuring the sources for your system
x -- Compiling
pcap.c:27:25: nessus/pcap.h: No such file or directory
make[1]: *** [pcap.o] Error 1
make: *** [all] Error 2
**** An error occured :/
What do I have to do?