Hi everyone,
I'm having trouble in a new installation of zabbix 3.0.3 on a debian 8 64bit
I configure with ODBC enabled, and also IPMI, SSH2 :
The output tells me that those features are enabled, but when I make install and then start the service, ODBC is not enabled, and it's confirmed by the logs.
Does anybody have an idea to help me ?
output of configure :
log file :
Thanks
I'm having trouble in a new installation of zabbix 3.0.3 on a debian 8 64bit
I configure with ODBC enabled, and also IPMI, SSH2 :
Code:
./configure --enable-server --enable-agent --with-mysql --enable-ipv6 --with-net-snmp --with-libcurl --with-openipmi --with-libxml2 --with-ssh2 --with-unixodbc
Does anybody have an idea to help me ?
output of configure :
Code:
...
Configuration:
Detected OS: linux-gnu
Install path: /usr/local
Compilation arch: linux
Compiler: gcc
Compiler flags: -g -O2 -I/usr/include
Library-specific flags:
database: -I/usr/include/mysql -DBIG_JOINS=1 -fno-strict-aliasing -g -DNDEBUG
libXML2: -I/usr/include/libxml2
unixODBC: -I/usr/include
Net-SNMP: -I/usr/local/include -I/usr/lib/x86_64-linux-gnu/perl/5.20/CORE -I. -I/usr/include
OpenIPMI: -I/usr/include
libssh2: -I/usr/include
Enable server: yes
Server details:
With database: MySQL
WEB Monitoring: cURL
Native Jabber: no
SNMP: yes
IPMI: yes
SSH: yes
TLS: no
ODBC: yes
Linker flags: -L/usr/lib/x86_64-linux-gnu -L/usr/lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/lib -L/usr/lib -L/usr/lib/x86_64-linux-gnu -rdynamic -L/usr/lib64
Libraries: -lmysqlclient -lxml2 -lodbc -lnetsnmp -lssh2 -lOpenIPMI -lOpenIPMIposix -lcurl -lodbc -lm -ldl -lresolv -lodbc
Enable proxy: no
Enable agent: yes
Agent details:
TLS: no
Linker flags: -L/usr/lib/x86_64-linux-gnu -rdynamic -L/usr/lib64
Libraries: -lcurl -lodbc -lm -ldl -lresolv -lodbc
Enable Java gateway: no
LDAP support: no
IPv6 support: yes
***********************************************************
* Now run 'make install' *
* *
* Thank you for using Zabbix! *
* <http://www.zabbix.com> *
***********************************************************
Code:
... 31356:20160720:122225.065 ****** Enabled features ****** 31356:20160720:122225.065 SNMP monitoring: YES 31356:20160720:122225.065 IPMI monitoring: NO 31356:20160720:122225.065 Web monitoring: YES 31356:20160720:122225.065 VMware monitoring: YES 31356:20160720:122225.065 SMTP authentication: YES 31356:20160720:122225.065 Jabber notifications: NO 31356:20160720:122225.065 Ez Texting notifications: YES 31356:20160720:122225.065 ODBC: NO 31356:20160720:122225.065 SSH2 support: NO 31356:20160720:122225.065 IPv6 support: YES 31356:20160720:122225.065 TLS support: NO 31356:20160720:122225.065 ****************************** ...
Comment