Ad Widget

Collapse

Zabbix 1.8.1 Make problem - onameser_compat.h:265: error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • coop
    Member
    • Aug 2009
    • 46

    #1

    Zabbix 1.8.1 Make problem - onameser_compat.h:265: error

    Hey there,

    I'm trying to compile 1.8.1 on AIX 5.3. with Oracle DB options. I currently have 1.8 compiled and installed. My config works fine but when I run Make Install I get the following errors:

    /usr/include/arpa/onameser_compat.h:265: error: conflicting types for 'HEADER'
    /usr/include/arpa/nameser_compat.h:244: error: previous declaration of 'HEADER' was here

    I didn't have any issues with 1.8.

    anyone have any thoughts?
  • coop
    Member
    • Aug 2009
    • 46

    #2
    Found a possible solution for AIX.

    Modifiy Configure script and replace nameser_compat.h with nameser.h

    Compile completes ok.

    Comment

    Working...