I tried to install Nessus on Intel Solaris 8 by following John Richardson's guide "Security Scanner 'Nessus' on Solaris", I ran into the following errors when doing make command on nessus-core. Can someone tell me what's wrong ? ( I did the ./configuration before the make with GTK disabled)
Thanks,
David
# make
cd nessus && make
gcc -g -O2 `./cflags` -c auth.c
gcc -g -O2 `./cflags` -c comm.c
gcc -g -O2 `./cflags` -c sighand.c
gcc -g -O2 `./cflags` -c xstuff.c
gcc -g -O2 `./cflags` -c cli.c
gcc -g -O2 `./cflags` -c parser.c
gcc -g -O2 `./cflags` -c plugin_infos.c
gcc -g -O2 `./cflags` -c preferences.c
gcc -g -O2 `./cflags` -c families.c
gcc -g -O2 `./cflags` -c attack.c
gcc -g -O2 `./cflags` -c report.c
gcc -g -O2 `./cflags` -c report_utils.c
gcc -g -O2 `./cflags` -c nsr_output.c
gcc -g -O2 `./cflags` -c html_output.c
gcc -g -O2 `./cflags` -c latex_output.c
gcc -g -O2 `./cflags` -c text_output.c
gcc -g -O2 `./cflags` -c xml_output.c
gcc -g -O2 `./cflags` -c html_graph_output.c
gcc -g -O2 `./cflags` -c splash_screen.c
gcc -g -O2 `./cflags` -c error_dialog.c
gcc -g -O2 `./cflags` -c password_dialog.c
gcc -g -O2 `./cflags` -c monitor_dialog.c
gcc -g -O2 `./cflags` -c prefs_dialog/prefs_dialog.c
gcc -g -O2 `./cflags` -c prefs_dialog/prefs_dialog_misc.c
gcc -g -O2 `./cflags` -c prefs_dialog/prefs_dialog_scan_opt.c
gcc -g -O2 `./cflags` -c prefs_dialog/prefs_dialog_user.c
gcc -g -O2 `./cflags` -c prefs_dialog/prefs_dialog_auth.c
gcc -g -O2 `./cflags` -c prefs_dialog/prefs_dialog_plugins_prefs.c
gcc -g -O2 `./cflags` -c prefs_dialog/prefs_plugins.c
gcc -g -O2 `./cflags` -c prefs_dialog/prefs_target.c
gcc -g -O2 `./cflags` -c prefs_dialog/prefs_about.c
gcc -g -O2 `./cflags` -c prefs_dialog/prefs_kb.c
gcc -g -O2 `./cflags` -c netmap.c
gcc -g -O2 `./cflags` -c detached_index.c
gcc -g -O2 `./cflags` -c read_target_file.c
cd gdchart0.94b && make
gcc -g -O2 `../cflags` -Igd1.3 -I. -c gdc.c
gcc -g -O2 `../cflags` -Igd1.3 -I. -c gdchart.c
Assembler: gdchart.c
"/var/tmp/cc5tpCm3.s", line 2937 : Illegal mnemonic
"/var/tmp/cc5tpCm3.s", line 2937 : Syntax error
"/var/tmp/cc5tpCm3.s", line 2976 : Illegal mnemonic
"/var/tmp/cc5tpCm3.s", line 2976 : Syntax error
"/var/tmp/cc5tpCm3.s", line 3253 : Illegal mnemonic
"/var/tmp/cc5tpCm3.s", line 3253 : Syntax error
"/var/tmp/cc5tpCm3.s", line 3294 : Illegal mnemonic
"/var/tmp/cc5tpCm3.s", line 3294 : Syntax error
"/var/tmp/cc5tpCm3.s", line 3886 : Illegal mnemonic
"/var/tmp/cc5tpCm3.s", line 3886 : Syntax error
"/var/tmp/cc5tpCm3.s", line 3911 : Illegal mnemonic
"/var/tmp/cc5tpCm3.s", line 3911 : Syntax error
"/var/tmp/cc5tpCm3.s", line 6161 : Illegal mnemonic
"/var/tmp/cc5tpCm3.s", line 6161 : Syntax error
*** Error code 1
make: Fatal error: Command failed for target `gdchart.o'
Current working directory /opt/nessus/nessus-core/nessus/gdchart0.94b
*** Error code 1
make: Fatal error: Command failed for target `gdchart0.94b/gdc.o'
Current working directory /opt/nessus/nessus-core/nessus
*** Error code 1
make: Fatal error: Command failed for target `client'
