Hello everybody,
I would like to test the future version off zabbix but when, i try to compile it with snmp some errors appears. I search on the forum but none of the solution i found works for the moment i use it whithout snmp, but it's realy a needs because we plan to use the new version on a SLES enviroment and mostly to monitor cisco hardware, SNMP is required.
when i try to compile:
Result:
So i try:
Then i launch:
Result:
When I launch In static:
The result is :
For information:
Environement
I need Help Thank to All
P.S. : When I complie whitout SNMP it works
I would like to test the future version off zabbix but when, i try to compile it with snmp some errors appears. I search on the forum but none of the solution i found works for the moment i use it whithout snmp, but it's realy a needs because we plan to use the new version on a SLES enviroment and mostly to monitor cisco hardware, SNMP is required.
when i try to compile:
Code:
./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-libcurl
Code:
checking for curl-config... /usr/bin/curl-config checking for the version of libcurl... 7.15.1 checking for libcurl >= version 7.13.1... yes checking for main in -lcurl... yes checking whether libcurl is usable... yes checking for curl_free... yes checking for net-snmp-config... /usr/bin/net-snmp-config checking for main in -lnetsnmp ... no configure: error: Not found NET-SNMP library
Code:
# /usr/bin/net-snmp-config --libs -L/usr/lib -lnetsnmp -lcrypto -lm -L/usr/lib -lwrap
Code:
./configure --enable-server --enable-agent --with-mysql --with-net-snmp=/usr/lib/ --with-libcurl
Code:
checking for curl-config... /usr/bin/curl-config checking for the version of libcurl... 7.15.1 checking for libcurl >= version 7.13.1... yes checking for main in -lcurl... yes checking whether libcurl is usable... yes checking for curl_free... yes checking for net-snmp-config... /usr/lib/ configure: error: Invalid NET-SNMP directory - unable to find net-snmp-config
When I launch In static:
Code:
./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-libcurl --enable-static
Code:
checking for main in -lssl ... yes checking for main in -lcrypto ... yes checking for main in -ldl ... yes checking for main in -lz ... (cached) yes checking for main in -lcurl... yes checking whether libcurl is usable... yes checking for curl_free... yes checking for net-snmp-config... /usr/bin/net-snmp-config checking for main in -lcrypto ... (cached) yes checking for main in -lm ... (cached) yes checking for main in -lwrap ... no configure: error: Not found wrap library
Code:
# rpm -qa |grep snmp net-snmp-5.3.0.1-25.15 net-snmp-devel-5.3.0.1-25.15 php5-snmp-5.1.2-29.35
Code:
cat /etc/SuSE-release SUSE Linux Enterprise Server 10 (i586) VERSION = 10 PATCHLEVEL = 1
P.S. : When I complie whitout SNMP it works

Comment