Hi, I have compiling problem with Nessus 1.0.10 under Solaris x86. First I tried to compile it under Solaris 8. It was all right with nessus-libraries and libnasl but an error appeared when I got to nessus-core. Message looked like:
cd nessusd && make gcc -g -O2 `./cflags` -c auth.c gcc: /usr/include:/usr/openwin/include:/usr/dt/include: No such file or directory *** Error code 1 make: Fatal error: Command failed for target `auth.o' Current working directory /tmp/Nessus/nessus-core/nessusd *** Error code 1 make: Fatal error: Command failed for target `server' auth.o is on its place but strange thing is that if I run 'make' once more, the message takes next file and does not complain about auth.o any more: cd nessus && make cd nessusd && make gcc -g -O2 `./cflags` -c attack.c gcc: /usr/include:/usr/openwin/include:/usr/dt/include: No such file or directory *** Error code 1 make: Fatal error: Command failed for target `attack.o' Current working directory /tmp/Nessus/nessus-core/nessusd *** Error code 1 make: Fatal error: Command failed for target `server' I thought that problem is in the configuration of my Solaris 8 box and took an older install with Solaris 2.7 and gcc 2.95 (there is 3 in 8). Unfortunately the error remains there as well. Any idea? Grateful in advance, Mihkel
