Ad Widget

Collapse

Error on Install Zabbix 1.1 on make

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • DougAnderson
    Junior Member
    • Jun 2006
    • 1

    #1

    Error on Install Zabbix 1.1 on make

    I am installling zabbix on hpux 11.11
    I run the configure line without errors.

    ./configure --enable-server --enable-client --with-mysql=/disk1/mysql --with-net-snmp

    then I run make as it say to.

    and I get the error.

    ...

    ../../.././install-sh -c -m 644 'libzbxemail.a' '/usr/local/lib/libzbxemail.a'
    ranlib '/usr/local/lib/libzbxemail.a'
    Making install in zbxsms
    if gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -g -O2 -MT sms.o -MD -MP -MF ".deps/sms.Tpo" -c -o sms.o sms.c; \
    then mv -f ".deps/sms.Tpo" ".deps/sms.Po"; else rm -f ".deps/sms.Tpo"; exit 1; fi
    sms.c: In function `send_sms':
    sms.c:116: error: `CRTSCTS' undeclared (first use in this function)
    sms.c:116: error: (Each undeclared identifier is reported only once
    sms.c:116: error: for each function it appears in.)
    *** Error exit code 1

    Stop.

    What did I miss?
  • endorphin
    Junior Member
    • Jun 2006
    • 6

    #2
    Hi,

    I have exactly the same error message while trying to compile
    on AIX 5.2 (ML 7).

    I'm stucked with that server installation, I spent a lot of time,
    and yet my manager is waiting for results

    Please, does somebody can help us ?!

    Comment

    • hllerena
      Junior Member
      • Aug 2006
      • 1

      #3
      Coment the line 116 in file ./src/libs/zbxsms/sms.c

      ...
      // options.c_cflag = B38400 | CRTSCTS | CS8 | CLOCAL | CREAD;
      ...

      Comment

      Working...