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