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?
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?
Comment