On Tue, Oct 18, 2005 at 04:34:24PM +0100, Lee Jasper wrote: > I'm having some problems compiling Nessus-core on Fedora core 4. ... > my ld.so.conf looks like this: > > include ld.so.conf.d/*.conf > /usr/local/lib > /usr/local/bin
This shouldn't affect the issue you're having, but you don't need /usr/local/bin in there unless you're doing something silly like putting libraries in /usr/local/bin. > './configure' works on "nessus-core-2.3.1" but 'make' fails with the > following error: > > [EMAIL PROTECTED] nessus-core]# make > cd nessus && make > make[1]: Entering directory `/usr/local/src/nessus-core/nessus' > gcc -g -O2 `sh ./cflags` -c auth.c > gcc -g -O2 `sh ./cflags` -c comm.c > comm.c: In function âcomm_update_uiâ: > comm.c:99: error: label at end of compound statement > make[1]: *** [comm.o] Error 1 > make[1]: Leaving directory `/usr/local/src/nessus-core/nessus' > make: *** [client] Error 2 > > I can't seem to find anything on the web to help. > > However I have seen a few articles relating to GTK+ and Glib and woder if > it's anything to do with them.. Hmm, you're trying to build the GPL'd GUI client from 2.3.1. Is this just for a client-only install? Anyway, configure doesn't think you have GTK, which is a problem since this is just a GUI client; it won't run in batch. > [EMAIL PROTECTED] tarballs]# rpm -qv glib > glib-1.2.10-16 > > [EMAIL PROTECTED] tarballs]# rpm -qv gtk+ > gtk+-1.2.10-39 > > Do I need later versions of these? If so,how do I upgrade etc... Make sure you have the development package too (I think that's "gtk+-devel" for GTK 1.2 in Fedora Core). George -- [EMAIL PROTECTED] _______________________________________________ Nessus mailing list [email protected] http://mail.nessus.org/mailman/listinfo/nessus
