I like to update to each release as it comes out, and the CVS-script in the FAQ seemed
like A Very Good Idea...
However, I'm getting problems. Anyone like to tell me likely causes for ths sort of
result?
----------sample output from the script-------
for scripts in scripts/*.nasl; do \
/usr/bin/install -c -o root -m 444 $scripts \
/usr/local/lib/nessus/plugins; \
done
for scripts in scripts/*.inc; do \
/usr/bin/install -c -o root -m 444 $scripts \
/usr/local/lib/nessus/plugins; \
done
for plugins in bin/*.nes; do \
/usr/bin/install -c -o root -m 555 $plugins \
/usr/local/lib/nessus/plugins; \
done
/usr/bin/install: cannot stat `bin/*.nes': No such file or directory
make: *** [install-nes] Error 1
[EMAIL PROTECTED] ccl]# /usr/local/include/nessus/includes.h:14:20: config.h: No such
file or directory
bash: /usr/local/include/nessus/includes.h:14:20:: No such file or directory
[EMAIL PROTECTED] ccl]# In file included from whisker_wrapper.c:7:
/usr/local/include/nessus/includes.h:199:22: ntcompat.h: No such file or directory
In file included from whisker_wrapper.c:7:
/usr/local/include/nessus/includes.h:201:26: nessus-devel.h: No such file or directory
make[1]: *** [whisker_wrapper.nes] Error 1
make[1]: Leaving directory `/usr/local/src/nessus-plugins/plugins/whisker_wrapper'
bash: In: command not found
[EMAIL PROTECTED] ccl]# /usr/local/include/nessus/includes.h:199:22: ntcompat.h: No
such file or directory
bash: /usr/local/include/nessus/includes.h:199:22:: No such file or directory
[EMAIL PROTECTED] ccl]# In file included from whisker_wrapper.c:7:
bash: In: command not found
[EMAIL PROTECTED] ccl]# /usr/local/include/nessus/includes.h:201:26: nessus-devel.h:
No such file or directory
bash: /usr/local/include/nessus/includes.h:201:26:: No such file or directory
[EMAIL PROTECTED] ccl]# make[1]: *** [whisker_wrapper.nes] Error 1
=========================================================
http://www.commarc.co.nz
(This e-mail has been scanned by MailMarshal)