Hi Sudhir, do you have gcc compiler installed? if so, what version are you running?
It looks to me that you are using cc instead of gcc, and that could be causing the issue. Best, Santiago. On Mon, Apr 6, 2015 at 9:53 PM, sudhir ojha <[email protected]> wrote: > Hi, > I am getting some error while installing ossec hids 2.8.1 agent on hpux . > can any one suggest solution for this issie please? > > *** Making os_xml *** > cc -g -Wall -I../ -I../headers -DDEFAULTDIR=\"/var/ossec\" > -DCLIENT -DUSE_OPENSSL -DHPUX -D_XOPEN_SOURCE_EXTENDED -DHIGHFIRST > -D_REENTRANT -DARGV0=\"os_xml\" -DOSSECHIDS -c *.c > os_xml.c: > cc: "os_xml.h", line 51: error 1000: Unexpected symbol: ")". > cc: panic 2017: Cannot recover from earlier errors, terminating. > os_xml_access.c: > cc: "os_xml.h", line 51: error 1000: Unexpected symbol: ")". > cc: panic 2017: Cannot recover from earlier errors, terminating. > os_xml_node_access.c: > cc: "os_xml.h", line 51: error 1000: Unexpected symbol: ")". > cc: panic 2017: Cannot recover from earlier errors, terminating. > os_xml_variables.c: > cc: "os_xml.h", line 51: error 1000: Unexpected symbol: ")". > cc: panic 2017: Cannot recover from earlier errors, terminating. > os_xml_writer.c: > cc: "os_xml.h", line 51: error 1000: Unexpected symbol: ")". > cc: panic 2017: Cannot recover from earlier errors, terminating. > *** Error exit code 5 > Stop. > Error Making os_xml > *** Error exit code 1 > Stop. > Error 0x5. > Building error. Unable to finish the installation. > > -- > > --- > You received this message because you are subscribed to the Google Groups > "ossec-list" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- --- You received this message because you are subscribed to the Google Groups "ossec-list" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
