On Wed, Mar 23, 2005 at 04:18:43PM -0500, Talwar, Puneet (NIH/NIAID) wrote:
> I am having some issue installing nessus 2.2.4 on Solaris > 10 Sparc ed. ... > In file included from /usr/include/sys/signal.h:34, > from /usr/include/signal.h:26, > from > /tmp/nessus-installer.23419/nessus-libraries/include/inclu > des.h:90, > from plugutils.c:22: > /usr/include/sys/siginfo.h:259: error: parse error before > "ctid_t" By any chance, are you using a Solaris 10 beta build along with GCC 3.3.2 from sunfreeware.com? If so, there likely are some conflicts between the system headers and those adapted by GCC. These conflicts aren't related to Nessus per se, which means that you're likely to encounter them with other software you build from source too. Supposedly, the conflicts can be cleared up by running: cd /usr/local/lib/gcc-lib/sparc-sun-solaris2.10/3.3.2/install-tools ./mkheaders I'm not a Solaris person so unless you understand what's going on, you would be wise to consult with sunfreeware.com first. George -- [EMAIL PROTECTED] _______________________________________________ Nessus mailing list [email protected] http://mail.nessus.org/mailman/listinfo/nessus
