PDA

View Full Version : ubuntu8.04 and SNMP


woger
02-02-2009, 14:15
Hi there,

I try to install snmp in zabbix, but after ./configure I get this error:
checking whether libcurl is usable... yes
checking for curl_free... yes
checking for net-snmp-config... /usr/local/bin/net-snmp-config
checking for main in -lnetsnmp ... no
configure: error: Not found NET-SNMP library

I have installed net-snmp from source and the links in the dir are also available:
$ /usr/local/bin/net-snmp-config --libs
-L/usr/local/lib -lnetsnmp

lrwxrwxrwx 1 root root 24 2009-02-01 18:26 libnetsnmpmibs.so -> libnetsnmpmibs.so.15.1.2
lrwxrwxrwx 1 root root 24 2009-02-01 18:26 libnetsnmpmibs.so.15 -> libnetsnmpmibs.so.15.1.2
-rwxr-xr-x 1 root root 3156599 2009-02-01 18:26 libnetsnmpmibs.so.15.1.2

Do I need to install other software an where can I find that? I can find the, in other threads, mentioned net-snmp-devel and tcpd-devel packages.

Thanks,
Roger

woger
02-02-2009, 15:33
Ok, tried several things and after adding libsnmp-dev package, zabbix installed without a problem.

Roger