Does anyone know if Zabbix 1.8.4 support AIX 6.1 64 bit, and IBM DB2 9.7 64 bit?
I have been trying to compile and configure Zabbix 1.8.4 source code the past weeks.
Here is the configure command with the options I issued:
./configure --enable-server --enable-agent -enable-static --with-ibm-db2=/home/zabdbint/sqllib --with-ibm2-include=/home/zabdbint/sqllib/samples/c --with-ibm-db2-lib=/home/zabdbint/sqllib/samples/c
Despite of specifying the header and libraries directory specifically, I still got the following error, "IBM DB2 library not found":
checking for -rdynamic linking option... no
checking for IBM DB2 CLI libraries... no
configure: error: IBM DB2 library not found
I have been trying to compile and configure Zabbix 1.8.4 source code the past weeks.
Here is the configure command with the options I issued:
./configure --enable-server --enable-agent -enable-static --with-ibm-db2=/home/zabdbint/sqllib --with-ibm2-include=/home/zabdbint/sqllib/samples/c --with-ibm-db2-lib=/home/zabdbint/sqllib/samples/c
Despite of specifying the header and libraries directory specifically, I still got the following error, "IBM DB2 library not found":
checking for -rdynamic linking option... no
checking for IBM DB2 CLI libraries... no
configure: error: IBM DB2 library not found

Comment