[ Charset ISO-8859-1 unsupported, converting... ] > when i try to compile nessus(1.09 or 1.10) in a freebsd4.5, I get > this error message: > gcc -g -O2 `./cflags` -c html_graph_output.c > html_graph_output.c:69: conflicting types for `strcasestr' > /usr/include/string.h:86: previous declaration of `strcasestr' > *** Error code 1
FBSD added strcasestr in string.h nessus already had a function like that,but renamed it to ne_strcasestr either cvsup to the experimental version (which is MUCH faster!) give 1.1x a try, or manually rename all 'strcasestr' to ne_strcasestr in nessus (li > > Stop in /tmp/nessus-install.50612/nessus-core/nessus. > *** Error code 1 > > Stop in /tmp/nessus-install.50612/nessus-core. > **** An error occured :/ > Press any key to quit > -- Michael Scheidell Secnap Network Security, LLC (561) 368-9561 [EMAIL PROTECTED] See updated IT Security News at http://www.secnap.net/
