Hello all,
I'm currently having a bit of a pickle installing the latest zabbix server on a solaris 9 machine with oracle 10g, I'm trying to compile with the following options
I have all the packages along with dependencies installed, the configure part runs fine its during the make install part that I've run into a snag with the error message pasted below
'
I've tried with gcc and sun studio 12 also tried different versions of zabbix as well, gmake didnt work either, configuring with below option also didnt work
Its always an error message pertaining to evalfunc.o during make install
Any help in this matter would be appreciated!
I'm currently having a bit of a pickle installing the latest zabbix server on a solaris 9 machine with oracle 10g, I'm trying to compile with the following options
HTML Code:
./configure --enable-server --with-oracle --with-net-snmp --with-libcurl
HTML Code:
cc -DZABBIX_DAEMON -g -I/export/home/oracle/OraHome1/rdbms/public -I/export/ho me/oracle/OraHome1/rdbms/demo -I. -I/opt/csw/include -L/export/home/oracle /OraHome1/lib32 -L/opt/csw/lib -lcurl -lidn -lssl -lcrypto -lsocket -lnsl -l z -L/opt/csw/lib -L/opt/csw/lib -lnetsnmp -lnsl -lsocket -lelf -lkstat -lcrypto -L/opt/csw/lib -L/opt/csw/lib -lnetsnmp -lnsl -lsocket -lelf -lkstat -lcrypto -o zabbix_server zabbix_server-actions.o zabbix_server-operations.o zabbix_se rver-events.o zabbix_server-zlog.o zabbix_server-server.o alerter/libzbxalerter .a dbsyncer/libzbxdbsyncer.a dbconfig/libzbxdbconfig.a discoverer/libzbxdiscov erer.a pinger/libzbxpinger.a poller/libzbxpoller.a housekeeper/libzbxhousekeepe r.a timer/libzbxtimer.a trapper/libzbxtrapper.a nodewatcher/libzbxnodewatcher. a utils/libzbxutils.a httppoller/libzbxhttppoller.a watchdog/libzbxwatchdog.a escalator/libzbxescalator.a proxypoller/libzbxproxypoller.a selfmon/libzbxselfm on.a ../../src/libs/zbxsysinfo/libzbxserversysinfo.a ../../src/libs/zbxsysinfo /solaris/libspecsysinfo.a ../../src/libs/zbxsysinfo/common/libcommonsysinfo.a ../../src/libs/zbxsysinfo/simple/libsimplesysinfo.a ../../src/libs/zbxlog/libzb xlog.a ../../src/libs/zbxdbcache/libzbxdbcache.a ../../src/libs/zbxmemory/libz bxmemory.a ../../src/libs/zbxalgo/libzbxalgo.a ../../src/libs/zbxnix/libzbxnix .a ../../src/libs/zbxsys/libzbxsys.a ../../src/libs/zbxconf/libzbxconf.a ../. ./src/libs/zbxmedia/libzbxmedia.a ../../src/libs/zbxcommon/libzbxcommon.a ../. ./src/libs/zbxcrypto/libzbxcrypto.a ../../src/libs/zbxcomms/libzbxcomms.a ../. ./src/libs/zbxcommshigh/libzbxcommshigh.a ../../src/libs/zbxjson/libzbxjson.a ../../src/libs/zbxexec/libzbxexec.a ../../src/libs/zbxself/libzbxself.a ../../ src/libs/zbxserver/libzbxserver.a ../../src/libs/zbxicmpping/libzbxicmpping.a ../../src/libs/zbxdbhigh/libzbxdbhigh.a ../../src/libs/zbxdb/libzbxdb.a -lcl ntsh -lnnz10 -lcurl -lnetsnmp -lkvm -lm -lnsl -lkstat -lsocket -lresolv Undefined first referenced symbol in file round ../../src/libs/zbxserver/libzbxserver.a(eval func.o) ld: fatal: Symbol referencing errors. No output written to zabbix_server *** Error code 1 make: Fatal error: Command failed for target `zabbix_server' Current working directory /export/home/zabbix/zabbix/src/zabbix_server *** Error code 1 make: Fatal error: Command failed for target `install-recursive' Current working directory /export/home/zabbix/zabbix/src/zabbix_server *** Error code 1 make: Fatal error: Command failed for target `install-recursive' Current working directory /export/home/zabbix/zabbix/src *** Error code 1 make: Fatal error: Command failed for target `install-recursive
I've tried with gcc and sun studio 12 also tried different versions of zabbix as well, gmake didnt work either, configuring with below option also didnt work
HTML Code:
./configure --enable-server --with-oracle
Any help in this matter would be appreciated!