On Wed, Jan 09, 2002 at 09:51:52 -0500, Michael Scheidell wrote: > [ 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
The recommended way on FreeBSD to install nessus is using the port in /usr/ports/security/nessus-devel-plugins. Or download these four files: ftp://ftp.freebsd.org/pub/FreeBSD/ports/packages/security/nessus-plugins-devel-1.1.11.tgz ftp://ftp.freebsd.org/pub/FreeBSD/ports/packages/security/nessus-devel-gtk-1.1.11.tgz ftp://ftp.freebsd.org/pub/FreeBSD/ports/packages/security/nessus-libnasl-devel-1.1.11.tgz ftp://ftp.freebsd.org/pub/FreeBSD/ports/packages/security/nessus-libraries-devel-1.1.11.tgz and do # pkg_add nessus-plugins-devel-1.1.11.tgz Best regards Udo Schweigert -- Udo Schweigert, Siemens AG | Voice : +49 89 636 42170 CT IC 3, Siemens CERT | Fax : +49 89 636 41166 D-81730 Muenchen / Germany | email : [EMAIL PROTECTED]
