Hello,
PROBLEM: Zabbix Proxy 1.6 make error when using Oracle 10g backend
WORKAROUND BY:
Adding into proxyconfig.c this line after the #define statement (as in dbcache.c)
static int sql_allocated = 65536;
Right solution?
Mac
PROBLEM: Zabbix Proxy 1.6 make error when using Oracle 10g backend
...
proxyconfig.c: In function `process_proxyconfig_table':
proxyconfig.c:140: error: `sql_allocated' undeclared (first use in this function)
proxyconfig.c:140: error: (Each undeclared identifier is reported only once
proxyconfig.c:140: error: for each function it appears in.)
...
proxyconfig.c: In function `process_proxyconfig_table':
proxyconfig.c:140: error: `sql_allocated' undeclared (first use in this function)
proxyconfig.c:140: error: (Each undeclared identifier is reported only once
proxyconfig.c:140: error: for each function it appears in.)
...
Adding into proxyconfig.c this line after the #define statement (as in dbcache.c)
static int sql_allocated = 65536;
Right solution?
Mac