Well, hi all. During the past two weeks I've been trying to compile nessus on my solaris 8 server, but it doesn't work. I have the following errors:
# make cd nasl && make bison -d -v -t -p nasl nasl_grammar.y /bin/sh /space/jorge/nessus-install/libnasl/libtool --silent gcc -pipe -g -O2 ` sh ./cflags` -c nasl_grammar.tab.c gcc: nasl_grammar.tab.c: No such file or directory gcc: no input files *** Error code 1 make: Fatal error: Command failed for target `nasl_grammar.tab.o' Current working directory /space/jorge/nessus-install/libnasl/nasl *** Error code 1 make: Fatal error: Command failed for target `all' And I just saw that Anthony Persaud had the same problem today but it was solved configuring the LD_LIBRARY_PATH and PATH enviroment variables. Well, I did the same (in fact, those variables were configured like that before) but I'm getting the same error... What can I do? I used to run an earlier version of nessus but now I don't have any version currently working. Thank you!
