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]

installation on Mac OS X 10.4.2

Subject: installation on Mac OS X 10.4.2
Date: Mon, 8 Aug 2005 09:43:43 -0600
Hello All, I am attempting to update my version of Nessus to v 2.2.5. I tried the installed sh script, no luck. I then tried the manual install and this is the error I am getting on make nessus-core.

Does anyone have any ideas on what dependency is failing.

ebm:/users/ericmiller/desktop/nessus-core ericmiller$ sudo make
cd nessus && make
gcc -g -O2 `sh ./cflags` -c auth.c
gcc -g -O2 `sh ./cflags` -c comm.c
gcc -g -O2 `sh ./cflags` -c sighand.c
gcc -g -O2 `sh ./cflags` -c xstuff.c
gcc -g -O2 `sh ./cflags` -c cli.c
gcc -g -O2 `sh ./cflags` -c parser.c
gcc -g -O2 `sh ./cflags` -c plugin_infos.c
gcc -g -O2 `sh ./cflags` -c preferences.c
gcc -g -O2 `sh ./cflags` -c families.c
gcc -g -O2 `sh ./cflags` -c attack.c
gcc -g -O2 `sh ./cflags` -c report.c
gcc -g -O2 `sh ./cflags` -c report_ng.c
gcc -g -O2 `sh ./cflags` -c report_save.c
gcc -g -O2 `sh ./cflags` -c report_utils.c
gcc -g -O2 `sh ./cflags` -c nsr_output.c
gcc -g -O2 `sh ./cflags` -c nbe_output.c
gcc -g -O2 `sh ./cflags` -c html_output.c
gcc -g -O2 `sh ./cflags` -c latex_output.c
gcc -g -O2 `sh ./cflags` -c text_output.c
gcc -g -O2 `sh ./cflags` -c xml_output.c
gcc -g -O2 `sh ./cflags` -c xml_output_ng.c
gcc -g -O2 `sh ./cflags` -c html_graph_output.c
gcc -g -O2 `sh ./cflags` -c error_dialog.c
gcc -g -O2 `sh ./cflags` -c password_dialog.c
gcc -g -O2 `sh ./cflags` -c monitor_dialog.c
gcc -g -O2 `sh ./cflags` -c backend.c
gcc -g -O2 `sh ./cflags` -c data_mining.c
gcc -g -O2 `sh ./cflags` -c prefs_dialog/prefs_dialog.c
gcc -g -O2 `sh ./cflags` -c prefs_dialog/prefs_dialog_misc.c
gcc -g -O2 `sh ./cflags` -c prefs_dialog/prefs_dialog_scan_opt.c
gcc -g -O2 `sh ./cflags` -c prefs_dialog/prefs_dialog_user.c
gcc -g -O2 `sh ./cflags` -c prefs_dialog/prefs_dialog_auth.c
gcc -g -O2 `sh ./cflags` -c prefs_dialog/ prefs_dialog_plugins_prefs.c
gcc -g -O2 `sh ./cflags` -c prefs_dialog/prefs_plugins.c
gcc -g -O2 `sh ./cflags` -c prefs_dialog/prefs_target.c
gcc -g -O2 `sh ./cflags` -c prefs_dialog/prefs_about.c
gcc -g -O2 `sh ./cflags` -c prefs_dialog/prefs_kb.c
gcc -g -O2 `sh ./cflags` -c netmap.c
gcc -g -O2 `sh ./cflags` -c detached_index.c
gcc -g -O2 `sh ./cflags` -c read_target_file.c
cd gdchart0.94b && make
gcc -g -O2 `sh ../cflags` -Igd1.3 -I. -c gdc.c
gcc -g -O2 `sh ../cflags` -Igd1.3 -I. -c gdchart.c
gcc -g -O2 `sh ../cflags` -Igd1.3 -I. -c price_conv.c
gcc -g -O2 `sh ../cflags` -Igd1.3 -I. -c gdc_pie.c
cd gd1.3 ; make -f Makefile libgd.a
gcc -g -O2 -c -o gd.o gd.c
gcc -g -O2 -c -o gdfontt.o gdfontt.c
gcc -g -O2 -c -o gdfonts.o gdfonts.c
gcc -g -O2 -c -o gdfontmb.o gdfontmb.c
gcc -g -O2 -c -o gdfontl.o gdfontl.c
gcc -g -O2 -c -o gdfontg.o gdfontg.c
rm -f libgd.a
/usr/bin/ar rc libgd.a gd.o gdfontt.o gdfonts.o gdfontmb.o \
gdfontl.o gdfontg.o
gcc -g -O2 `sh ./cflags` -c regex.c
regex.c: In function 're_match_2':
regex.c:3857: warning: passing argument 1 of 'bcmp_translate' discards qualifiers from pointer target type
regex.c:3857: warning: passing argument 2 of 'bcmp_translate' discards qualifiers from pointer target type
gcc -g -O2 `sh ./cflags` -c filter.c
gcc -g -O2 `sh ./cflags` -c dirutils.c
gcc -g -O2 `sh ./cflags` -c sslui.c
gcc -g -O2 `sh ./cflags` -c nessus.c
nessus.c: In function 'connect_to_nessusd':
nessus.c:570: warning: pointer targets in passing argument 2 of 'get_server_cert_hash' differ in signedness
gcc auth.o comm.o sighand.o xstuff.o cli.o parser.o plugin_infos.o preferences.o families.o attack.o report.o report_ng.o report_save.o report_utils.o nsr_output.o nbe_output.o html_output.o latex_output.o text_output.o xml_output.o xml_output_ng.o html_graph_output.o error_dialog.o password_dialog.o monitor_dialog.o backend.o data_mining.o prefs_dialog.o prefs_dialog_misc.o prefs_dialog_scan_opt.o prefs_dialog_user.o prefs_dialog_auth.o prefs_dialog_plugins_prefs.o prefs_plugins.o prefs_target.o prefs_about.o prefs_kb.o netmap.o detached_index.o read_target_file.o gdchart0.94b/gdc.o gdchart0.94b/price_conv.o gdchart0.94b/gdc_pie.o gdchart0.94b/gdchart.o regex.o filter.o dirutils.o sslui.o nessus.o -o nessus `/usr/local/bin/nessus-config --libs` -L/usr/ X11R6/lib -I/usr/X11R6/include -L/sw/lib -lgtk-x11-2.0 -lgdk-x11-2.0 - latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv gdchart0.94b/gd1.3/libgd.a -lm
/usr/bin/ld: can't locate file for: -lgobject-2.0
collect2: ld returned 1 exit status
make[1]: *** [nessus] Error 1
make: *** [client] Error 2



Eric Miller 303.692.8267 eric@srippe.com


_______________________________________________ Nessus mailing list Nessus@list.nessus.org http://mail.nessus.org/mailman/listinfo/nessus

<Prev in Thread] Current Thread [Next in Thread>
  • installation on Mac OS X 10.4.2, Eric Miller <=