William Liu <[EMAIL PROTECTED]> schrieb: > I run the installer script for nessus and it fails with the following: > > x -- Compiling > html_graph_output.c:69: conflicting types for `strcasestr' > /usr/include/string.h:86: previous declaration of `strcasestr' > **** An error occured :/ > > What the header file has: > #grep strcasestr /usr/include/string.h > char *strcasestr __P((const char *, const char *)); > > Have you guys seen this? Is there any workarounds or fixes? Nessus installed no problem on freebsd 4.3-release. > > >
if you still need 1.0.10 on FreeBSD 4.5, replace all occurences from `strcasestr' in html_graph_output.c with `ne_strcasestr'. Credit: >> On Wed, Jan 09, 2002 at 09:51:52 -0500, Michael Scheidell wrote: >> >> 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 Thomas -- ---------------------------------------------------------- Thomas Wolf Wiener Software Fabrik Mittersteig 4 A-1050 Wien [EMAIL PROTECTED]
""
Description: Binary data
