Was anything copied to /usr/local/lib/nessus/plugins ? If not, make install may be failing because the plugin package you downloaded doesn't include any NBIN files, while the Makefile is looking for scripts/*.nbin.
If that's the case, modify the Makefile to remove *.nbin or touch an nbin file in the scripts directory you're installing from (Nessus 2 isn't able to use NBIN plugins anyway) Regards, -- Hubert Seiwert Internet Security Specialist, Westpoint Ltd Albion Wharf, 19 Albion Street, Manchester M1 5LN, United Kingdom Web: www.westpoint.ltd.uk Tel: +44-161-2371028 Ruben Teuling wrote: > With Nessus 2.2.10, when running make install on the plugins, the following > result appears. > After the last "done" nothing happens, no new command line. It seems to do > nothing. When > starting nessus GUI, plugins list is empty. > > [EMAIL PROTECTED] nessus-plugins]# make install > cd plugins && ./make_world > make[1]: Entering directory `/usr/local/nessus-plugins/plugins/find_service' > make[1]: Nothing to be done for `all'. > make[1]: Leaving directory `/usr/local/nessus-plugins/plugins/find_service' > make[1]: Entering directory > `/usr/local/nessus-plugins/plugins/nessus_tcp_scanner' > make[1]: Nothing to be done for `all'. > make[1]: Leaving directory > `/usr/local/nessus-plugins/plugins/nessus_tcp_scanner' > make[1]: Entering directory `/usr/local/nessus-plugins/plugins/ssl_ciphers' > make[1]: Nothing to be done for `all'. > make[1]: Leaving directory `/usr/local/nessus-plugins/plugins/ssl_ciphers' > make[1]: Entering directory `/usr/local/nessus-plugins/plugins/synscan' > make[1]: Nothing to be done for `all'. > make[1]: Leaving directory `/usr/local/nessus-plugins/plugins/synscan' > 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 > > Regards, > Ruben > > _______________________________________________ > Nessus mailing list > [email protected] > http://mail.nessus.org/mailman/listinfo/nessus > > > _______________________________________________ Nessus mailing list [email protected] http://mail.nessus.org/mailman/listinfo/nessus
