
andre.paulino
(usa Debian)
Enviado em 24/11/2010 - 10:53h
Zabbix configure errors under Ubuntu 9.10
./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-libcurl
Here's some errors I had while compiling zabbix on Ubuntu 9.10 and how to fix them:
Flag: --with-mysql
Error: configure: error: MySQL library not found
Fix: sudo apt-get install libmysqlclient-dev
Flag: --with-jabber
Error: checking for IKSEMEL... configure: error: Jabber library not found
Fix: sudo apt-get install libiksemel-dev
Flag: --with-libcurl
Error: configure: error: Curl library not found
Fix: sudo apt-get install libcurl4-openssl-dev
Flag: --with-net-snmp
Error: configure: error: Not found NET-SNMP library
Fix: sudo apt-get install libsnmp-dev
Flag: --with-openipmi
Error: configure: error: Invalid OPENIPMI directory - unable to find ipmiif.h
Fix: sudo apt-get install libopenipmi-dev