For those who are experienced with installing/configuring zabbix, please assist.
In the attempt to configure and compile the source code on my AIX server I got a syntax error.
The command I executed was:
./configure --enable-server --enable-agent --enable-static --with-ibm-db2 --with-net-snmp --with-jabber --with-libcurl # for IBM DB2 + Jabber + WEB monitoring
...
...
checking execinfo.h usability... no
checking execinfo.h presence... no
checking for execinfo.h... no
checking libperfstat.h usability... no
checking libperfstat.h presence... yes
configure: WARNING: libperfstat.h: present but cannot be compiled
configure: WARNING: libperfstat.h: check for missing prerequisite headers?
configure: WARNING: libperfstat.h: see the Autoconf documentation
configure: WARNING: libperfstat.h: section "Present But Cannot Be Compiled"
configure: WARNING: libperfstat.h: proceeding with the preprocessor's result
configure: WARNING: libperfstat.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------ ##
configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
configure: WARNING: ## ------------------------------------------ ##
checking for libperfstat.h... yes
checking sys/systemcfg.h usability... yes
checking sys/systemcfg.h presence... yes
...
...
checking for long long format... no
checking for -rdynamic linking option... no
./configure[9266]: syntax error at line 10681 : `(' unexpected
In the attempt to configure and compile the source code on my AIX server I got a syntax error.
The command I executed was:
./configure --enable-server --enable-agent --enable-static --with-ibm-db2 --with-net-snmp --with-jabber --with-libcurl # for IBM DB2 + Jabber + WEB monitoring
...
...
checking execinfo.h usability... no
checking execinfo.h presence... no
checking for execinfo.h... no
checking libperfstat.h usability... no
checking libperfstat.h presence... yes
configure: WARNING: libperfstat.h: present but cannot be compiled
configure: WARNING: libperfstat.h: check for missing prerequisite headers?
configure: WARNING: libperfstat.h: see the Autoconf documentation
configure: WARNING: libperfstat.h: section "Present But Cannot Be Compiled"
configure: WARNING: libperfstat.h: proceeding with the preprocessor's result
configure: WARNING: libperfstat.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------ ##
configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
configure: WARNING: ## ------------------------------------------ ##
checking for libperfstat.h... yes
checking sys/systemcfg.h usability... yes
checking sys/systemcfg.h presence... yes
...
...
checking for long long format... no
checking for -rdynamic linking option... no
./configure[9266]: syntax error at line 10681 : `(' unexpected
Comment