Renaud sent the following work-around. Worked like a charm. BTW, 2.09 has really fantastic performance/reliability enhancements on OSX.

From Renaud:

..does replacing :

#include <arpa/nameser.h>

by


#include <arpa/nameser_compat.h>

In nessus-libraries/libhosts_gatherer/hg_dns_axfr.c solve the issue ?

(remove the #ifdef/#endif around it if needed)



-------Original Message-------
> From: gstyle. <[EMAIL PROTECTED]>
> Subject: Re: Compiling Nessus 2.0.9 on OSX 10.3 (Panther)
> Sent: 07 Nov 2003 14:13:44
>
> we've tried compiling the new Nessus 2.0.9 on MacOS X 10.3 (Panther)
> and have gotten those same errors.��has anyone figured this out yet?��
> we have the full XCode tools installed.
>
> thanks!
>
>
>
> On Nov 5, 2003, at 10:29 PM, bert wrote:
>
> > Xcode's there... I've tried compiling on 3 separate machines, they all
> > error at the same spot.
> >
> > Looking forward to your next work of art... are there any OSX compile
> > options I should be aware of or will ./configure, make, make install
> > do to the trick.
> >
> > Thanks
> >
> >
> > -------Original Message-------
> > > From: Renaud Deraison
> > > Subject: Re: Compiling Nessus on OSX 10.3 (panther)
> > > Sent: 05 Nov 2003 22:15:07
> > >
> > > On Wed, Nov 05, 2003 at 10:10:08PM +0000, bert wrote:
> > > I can't get nessus to compile on OSX 10.3.��Never had an issue with
> > 10.1 or 10.2.��Regardless of the the installation method, compiler
> > (2.95, 3.1, 3.3) or with the normal no preprocessing flags, I error
> > out on make with (see below for snippet).��Any help
> > >
> > >
> > > Did you install xCode ?
> > >
> > > Also, you probably want to wait for the release of Nessus 2.0.9 -
> > MacOS X makes the calls to alarm() *painfully* slow this makes all SSL
> > connections very flaky (to say the least). Nessus 2.0.9 will be
> > released��later on tonight.
> >
> >
> > ----------------------------------------------
> > hg_dns_axfr.c: In function `hg_dns_axfr_add_hosts':
> > hg_dns_axfr.c:361: error: parse error before "answer"
> > hg_dns_axfr.c:367: error: `answer' undeclared (first use in this
> > function)
> > hg_dns_axfr.c: At top level:
> > hg_dns_axfr.c:50: error: storage size of `qb2' isn't known
> > make[1]: *** [hg_dns_axfr.o] Error 1
> > make: *** [all] Error 2
-------Original Message-------

Reply via email to