Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Nessus-Users
[Top] [All Lists]

Re: Problem compiliing Nessus-core on Fedora core 4

Subject: Re: Problem compiliing Nessus-core on Fedora core 4
Date: Tue, 18 Oct 2005 14:18:36 -0400
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:

[root@localhost 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.

[root@localhost tarballs]# rpm -qv glib
glib-1.2.10-16

[root@localhost 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
-- 
theall@tenablesecurity.com
_______________________________________________
Nessus mailing list
Nessus@list.nessus.org
http://mail.nessus.org/mailman/listinfo/nessus

<Prev in Thread] Current Thread [Next in Thread>