On Fri, Mar 07, 2003 at 09:59:00AM -0800, Phil Cox wrote:
> Problems compiling. I am getting the following errors when compiling ...
>
> make[1]: Entering directory
> `/home/local/src/Nessus2/nessus-core/nessusd'
> gcc -g -O2 `sh ./cflags` -c auth.c
> gcc -g -O2 `sh ./cflags` -c attack.c
> attack.c: In function `launch_plugin':
> attack.c:162: warning: implicit declaration of function
> `plug_get_category'
> attack.c:164: warning: implicit declaration of function `plug_get_path'
> attack.c:164: warning: passing arg 1 of `estrdup' makes pointer from
> integer without a cast
> attack.c:166: `ACT_INIT' undeclared (first use in this function)
> attack.c:166: (Each undeclared identifier is reported only once
> attack.c:166: for each function it appears in.)
> attack.c:176: `ACT_KILL_HOST' undeclared (first use in this function)
There are 1.2.x headers in your system (probably the leftovers of an
installation by RPM - deinstall the 1.2.x package, and re-install)
-- Renaud