Hi,

I have been trying to build nessus, by downloading the ver. 2.x
tarballs from Nessus' website. So far I have been able to successfully
install:

libnasl-2.2.11
nessus-libraries-2.2.11
nessus-core-2.2.11

However, the build fails when compiling nessus-plygins-2.2.11. The
last few lines of error message is:

-------------------------------------------------------------------------------------------------------------------------
test -d /usr/local/lib/nessus || /usr/bin/install -c -d -m 755 \
                /usr/local/lib/nessus
test -d /usr/local/lib/nessus/plugins || /usr/bin/install -c -d -m 755 \
                /usr/local/lib/nessus/plugins
for scripts in scripts/*.nasl scripts/*.nbin; do \
        /usr/bin/install -c -o root -m 444 $scripts \
                /usr/local/lib/nessus/plugins; \
        done

/usr/bin/install: cannot stat `scripts/*.nbin': No such file or directory
make: *** [install-nasl] Error 1

------------------------------------------------------------------------------------------------------------------------------

>From the looks of things, /usr/bin/install is expecting *.nbin files
in the scripts/ dir but there arent any *.nbin files to be found in
the dir.... scripts dir contains lots of *.nasl files though..

I'd be grateful for any help that I could recieve. Thanks very much in advance,

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

Reply via email to