-
Incident report
-
Resolution: Fixed
-
Major
-
1.4.3
-
None
-
None
Hi when i install Zab. 1.4.2 on my Rhel4,
He dont create the zabbix_server file.
I've install it with the L ./configure --enable-server --with-oracle=/usr/local --with-net-snmp
I got this error when i do the make install
db.c: In function `zbx_db_connect':
db.c:147: warning: initialization makes integer from pointer without a cast
db.c:156: warning: passing arg 1 of `__zbx_zbx_dsprintf' makes pointer from integer without a cast
db.c:156: warning: assignment makes integer from pointer without a cast
db.c:158: warning: passing arg 2 of `sqlo_connect' makes pointer from integer without a cast
db.c:165: warning: passing arg 1 of `free' makes pointer from integer without a cast
db.c:165: warning: assignment makes integer from pointer without a cast
db.c: In function `zbx_db_insert_id':
db.c:776: error: syntax error before "sql"
make[3]: *** [db.o] Error 1
make[3]: Leaving directory `/zabbix-1.4.2/src/libs/zbxdb'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/zabbix-1.4.2/src/libs'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/zabbix-1.4.2/src'
make: *** [install-recursive] Error 1
I've join a log for my ./configure and my make install
thanks in advanced.