On Thu, Feb 02, 2006 at 04:57:10PM -0000, Nuno C?sar Pires wrote: > I’m trying to install the new version of Nessus GTK Client > (NessusClient-1.0.0.RC4) with no success. ... > report.o(.text+0x20d): In function `report_save': > > /usr/src/NessusClient-1.0.0.RC4/nessus/report.c:138: undefined reference > to `prefs_context_update'
Run "/usr/src/NessusClient-1.0.0.RC4/nessus/cflags". I suspect you won't see "-DUSE_GTK", in which case "prefs_dialog/prefs_context.h" won't be included in report.c, and that holds the reference to 'prefs_context_update'. It should be possible to build NessusClient without GTK+ so this is a bug: <http://bugs.nessus.org/show_bug.cgi?id=1423>. Hopefully Jan will respond shortly with a workaround / fix. Otherwise, do you have the gtk port installed? George -- [EMAIL PROTECTED] _______________________________________________ Nessus mailing list [email protected] http://mail.nessus.org/mailman/listinfo/nessus
