Hi,
I´m trying to install zabbix 1.6.7 from sources on a debian linux system, but it seems that the configure script cannot detect the snmp libraries. I have snmp, snmpd and libsnmp-dev packages installed:
lenny:/usr/src/zabbix-1.6.7# dpkg -l | grep snmp
ii libsnmp-base 5.4.1~dfsg-12
ii libsnmp-dev 5.4.1~dfsg-12
ii libsnmp-perl 5.4.1~dfsg-12
ii libsnmp15 5.4.1~dfsg-12
ii snmp 5.4.1~dfsg-12
ii snmpd 5.4.1~dfsg-12
When I try the config script like this:
lenny:/usr/src/zabbix-1.6.7# ./configure --enable-server --enable-net-snmp --with-mysql --with-jabber
I get this output:
Configuration:
Detected OS: linux-gnu
Install path: /usr/local
Compilation arch: linux
Compiler: gcc
Compiler flags: -g -O2 -I/usr/include/mysql -DBIG_JOINS=1 -fPIC
Enable server: yes
With database: MySQL
WEB Monitoring via: cURL
Native Jabber: yes
SNMP: no
IPMI: no
Linker flags: -L/usr/lib/mysql -liksemel -lcurl
Libraries: -lm -lresolv -lmysqlclient -liksemel -lcurl
Enable proxy: no
Enable agent: no
LDAP support: no
IPv6 support: no
So... where´s the catch? Why "SNMP: no"?
I´m trying to install zabbix 1.6.7 from sources on a debian linux system, but it seems that the configure script cannot detect the snmp libraries. I have snmp, snmpd and libsnmp-dev packages installed:
lenny:/usr/src/zabbix-1.6.7# dpkg -l | grep snmp
ii libsnmp-base 5.4.1~dfsg-12
ii libsnmp-dev 5.4.1~dfsg-12
ii libsnmp-perl 5.4.1~dfsg-12
ii libsnmp15 5.4.1~dfsg-12
ii snmp 5.4.1~dfsg-12
ii snmpd 5.4.1~dfsg-12
When I try the config script like this:
lenny:/usr/src/zabbix-1.6.7# ./configure --enable-server --enable-net-snmp --with-mysql --with-jabber
I get this output:
Configuration:
Detected OS: linux-gnu
Install path: /usr/local
Compilation arch: linux
Compiler: gcc
Compiler flags: -g -O2 -I/usr/include/mysql -DBIG_JOINS=1 -fPIC
Enable server: yes
With database: MySQL
WEB Monitoring via: cURL
Native Jabber: yes
SNMP: no
IPMI: no
Linker flags: -L/usr/lib/mysql -liksemel -lcurl
Libraries: -lm -lresolv -lmysqlclient -liksemel -lcurl
Enable proxy: no
Enable agent: no
LDAP support: no
IPv6 support: no
So... where´s the catch? Why "SNMP: no"?

Comment