Hi All, I am new to zabbix, and really want to get it going. I am using aix 5.3 TL-7, Postgres 8.3.4 and gcc-4.2. I just need a plain and basic install for starters. I do not need sms, snmp, jabber and libcurl at this stage.
I ran "./configure --enable-server --with-pgsql" (the other --with options are optional I guess).
All goes fine, and then it tells me to run "make install".
Then I get stuck with the following:
Making install in zbxsms
if gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -g -O2 -I/usr/local/pgsql/include -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:231: error: 'CRTSCTS' undeclared (first use in this function)
sms.c:231: error: (Each undeclared identifier is reported only once
sms.c:231: error: for each function it appears in.)
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 1.
Can anyone please help me ? Maybe disabling the sms function might work, but I don't know how to do it.
I really will appreciate any help.
Thanks a lot, Herman.
I ran "./configure --enable-server --with-pgsql" (the other --with options are optional I guess).
All goes fine, and then it tells me to run "make install".
Then I get stuck with the following:
Making install in zbxsms
if gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -g -O2 -I/usr/local/pgsql/include -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:231: error: 'CRTSCTS' undeclared (first use in this function)
sms.c:231: error: (Each undeclared identifier is reported only once
sms.c:231: error: for each function it appears in.)
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 1.
Can anyone please help me ? Maybe disabling the sms function might work, but I don't know how to do it.
I really will appreciate any help.
Thanks a lot, Herman.