Ad Widget

Collapse

Help needed : compilation on AIX 5.3 failed

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • luquee
    Junior Member
    • Apr 2008
    • 13

    #31
    I have server zabbix 1.4.6

    If you have problems in gmake in aix 5.3 i mode server in sms
    Just edit src/libs/zbxsms/sms.c

    options.c_cflag = old_options.c_cflag | CRTSCTS | CS8 | CLOCAL | CREAD;

    for these

    options.c_cflag = old_options.c_cflag | CS8 | CLOCAL | CREAD;

    I dont now what i disable but work

    Comment

    Working...